Help Documentation
FoxFind files must be installed on the D:\ drive in a new, foxfind folder (e.g. D:\opt\foxfind
).
Then, run install.hta and follow the prompts on the screen.
The installer will modify the selected FoxView environment .dbr file to add the FoxFind button.
After installation, run the installer again to modify the installation or to uninstall. Uninstalling FoxFind will restore the FoxFind button to an empty button.
Troubleshooting:
FoxFind locates tags and text that contain each word in the search, in any order. To search exact words, use quotes. Use \n
to find text displays on two lines – ignoring text on one line. Search is case insensitive.
MILL H2O
to find tags and text with both MILL and H2O."MILL H2O"
to find tags and text with MILL H2O:
MILL H2O
MILL
H2O
"MILL\nWATER"
to find text that is only on two lines:
MILL
WATER
FoxFind supports multi-string searching. When text is entered if it is not enclosed inside quotes it is split up by spaces and treated as different strings. For a match to occur, each string must appear in the matched text; however, order and casing are not important. Below are some examples.
vent scrubber
to find tags and text with both vent and scrubber:
arc #8 vent scrubber
scrubber vent #8 arc
ScRuBBer vent
"vent scrubber"
to find tags and text with vent scrubber:
arc #8 vent scrubber
vent scrubber #8
arc #8 "vent scrubber"
to find tags and text with arc, #8, and vent scrubber.
FoxFind supports matching using regular expressions. This feature can be enabled by editing the config.json
file in the installation directory. Open config.json
and change the value of showSearchOptions
to true
. Restart FoxFind and check the Match using regular expression checkbox.
FoxFind RegExp searching allows most standard RegExp features. In order to utilize this feature, simply enter your pattern and search.
Note: FoxFind does not allow the user to enter flags. They are preset to 'ig' to enable global and case insensitive searching.
([A-Za-z]{4})
is a basic example that searches for a group of 4 letters. The following are all acceptable matches:
DoGs
cats
millSince we are searching for a pattern the matched text does not have to be an exact match for the pattern. It is only require to include the pattern. Using the pattern above on the string
abcde
results in two possible matches:
abcd
bcde
([A-Za-z]{4})([0-9]{2})
. The following would be matches for this expression:
dogs72
catsdogs72
FoxFind requires an index of graphic files to search. In order to find a display file (.fdf), its corresponding graphic file (.g) will be created in the index. The index is created from files in the display folders selected during the installation. Every time the index is built it is cleaned, deleting all files and folders inside the index, and then recreated. This process should be done regularly to keep the index up to date with the latest display files.
To rebuild the index, open FoxFind and click the Refresh Search Index button. The initial index is created during the install.
The index folder FoxFind will use is displayed on the confirmation screen during the install. For advanced users, you may change this directory by editing
the indexFolder
setting in config.json
. If you edit this value, make sure you choose an empty folder designated only for
storing FoxFind index files. The files and folders in the index are deleted every time the index is rebuilt.
A scheduled task can help keep your index up-to-date. To create a scheduled task, follow the instructions below.
Change D:\opt\foxfind
to the directory you installed FoxFind.
D:\opt\foxfind\index.hta
and start in D:\opt\foxfind
.Scheduled Task Screenshots for Windows 7+:
Scheduled Task Screenshots for Windows XP:
Create Windows Account
To run the scheduled task silently in the background, create a new Windows account for FoxFind.
Use this account to run the scheduled task.