From: Arno H. <aho...@us...> - 2000-11-18 13:50:39
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory slayer.i.sourceforge.net:/tmp/cvs-serv11835/pgsrc Modified Files: FindPage Log Message: more sophisticated search: match individual words, also excluding words possible Index: FindPage =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/FindPage,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -r1.4 -r1.5 *** FindPage 2000/11/06 16:14:43 1.4 --- FindPage 2000/11/18 13:50:35 1.5 *************** *** 13,14 **** --- 13,20 ---- %%Fullsearch%% + + ------ + Separate words with a space. All words have to match. + %%%To exclude words prepend a '-'. + %%%Example: 'wiki text -php' looks for all pages containing the words 'wiki' + __and__ 'text', but __not__ containing the word 'php'. |