Question
When I perform a search from twiki, it only works if the search value is in the Topic Name, but fails if the search value is in the Topic Body.
Environment
--
WillBerger - 02 May 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
The issue is in how egrep and grep is setup in the configure page. After some discussion with folks in the IRC group, they suggested to change the setting to the following.
/bin/egrep %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%
and
/bin/fgrep %CS{|-i}% %DET{|-l}% -H -- %TOKEN|U% %FILES|F%
It fixed the problem
--
WillBerger - 02 May 2008