SID-02493: WebSearch functionality doesn't work on text just on topics
| Status: |
Answered |
TWiki version: |
6.1.0 |
Perl version: |
5.14.2 |
| Category: |
CategorySearch |
Server OS: |
win10 x64 |
Last update: |
3 years ago |
I am using below environment, and only search on all topics, no result from text inside each topic.
anyone has similar issue before?
--
tony qiu - 2022-05-30
Discussion and Answer
That is an indication that the
grep search utility is not installed, not in the path, or not working. Make sure you have a GNU compatible grep installed, such as from
CygWin,
https://en.wikipedia.org/wiki/Cygwin
. Alternatively specify the RcsLite instead of RcsWrap in the configuration, which uses a native Perl search instead of grep. See also
WindowsInstallCookbook and
WindowsInstallSummary (both outdated)
--
Peter Thoeny - 2022-05-30
Thanks Peter's suggestion, I checked config and it resolved after changing
SearchAlgorithm from "forking" to "Pureperl" in "LocalSite.cfg" since there is no
RCS installed there.
--
tony qiu - 2022-06-02
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.
Topic revision: r3 - 2022-06-02
- TonyQiu