[dokuwiki] New search function
- From: Andreas Gohr <andi@xxxxxxxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 28 Aug 2005 17:41:44 +0200
Hi all!
I just pushed the new search funtion to darcs. It's not yet integrated
into the UI of DokuWiki and needs some testing. You can test it with the
attached test file which is also installed at
http://wiki.splitbrain.org/test.php
The query parser will use a logically AND for all given search words
(giving more words narrows the search) you can exclude words from the
search by prepending a - char. Phrases can be added using double quotes.
Here are the things that still need work:
- Integrate the new search into the Userinteface
- (re)add snippet generation
Nice to have
- An admin plugin to purge the index and to completely rebuild it
The plugin should gather a list of all documents and the use ajax
to call the indexer for each of these docs
Any help welcome.
Andi
- Follow-Ups:
- [dokuwiki] Re: New search function
- From: Redeeman
Other related posts:
- » [dokuwiki] New search function
- » [dokuwiki] Re: New search function
- » [dokuwiki] Re: New search function
- [dokuwiki] Re: New search function
- From: Redeeman