Page 1 of 1

Stop Words

Posted: Wed May 13, 2020 11:43 pm
by mfirlotte
I want to Exclude Stop Words from searchindex.js but my installation of WYSIWYG 15 does not have the "search.dat" file in the location mentioned in the Help Files. I searched all kinds of folders on my drive and cannot find this file. I tried to create a basic text file with words in it, saved as search.dat, but doesn't seem to work very well.

Is there a specific format to use to identify a word or phrase?

For single words I just list the word like...and.
For a phrase I use quotes like..."Need Help?"

What is the format or is there a place to download an example search.dat file if it's a special format and syntax?

Thanks.

Re: Stop Words

Posted: Thu May 14, 2020 6:29 am
by Pablo
The file should be in the Program Files folder: C:\Program Files\WYSIWYG Web Builder\

The format is plain text, where each word is on a new line:

Code: Select all

able
about
above
according
accordingly
across
actually

Re: Stop Words

Posted: Thu May 14, 2020 9:56 am
by mfirlotte
Thanks Pablo...that's it.