[PyCS-devel] quick search hack
Status: Alpha
Brought to you by:
myelin
|
From: Georg B. <gb...@mu...> - 2003-02-28 17:28:47
|
Hi! Just a quick and dirty hack: modules/system/swish.py and make_index.sh give you the ability to set up per-user search indexes and search them using swish++ via a simple web form. http://muensterland.org/system/swish.py?usernum=1&q=Contax searches on my main weblog for all Contax related pages. It's really very crude and simple, just enough to set up searches. Hopefully I escaped the search string correctly, so it won't create a security risk. I made sure that only a subset of allowed chars is in the query, so it usually shouldn't make problems. bye, Georg |