Omni Systems, Inc. Mif2Go User's Guide, Version 55
> 10 Generating OmniHelp > 10.10 Configuring full-text search for OmniHelp > 10.10.1 Understanding how OmniHelp FTS works
OmniHelp supports single-term and Boolean (AND, OR, NOT) full-text search. A search on a phrase is implemented by successively ANDing the search terms: topics found include all terms in the phrase, except for stop words (see §10.10.6 Excluding search terms), whether or not those terms occur together.
$$_currbase
,
you would have to search for currbase
; and
to find -progid
, you would have to search for
progid
.
curr
finds <$Curr>
,
but not $$_currbase
.
myproj
_ohs.js
,
either by hand or with a UNIX-style utility such as uniq
,
from Cygwin.
Because OmniHelp is Open Source, anyone can modify or replace the search function to overcome these limitations. You can contribute to the OmniHelp project any tool you make for this purpose, at Sourceforge:
https://sourceforge.net/projects/omnihelp/
See §10.1 Understanding how OmniHelp works.