Page 1 of 1

Problem with Internet Search Exclusions

PostPosted: Fri Jun 16, 2017 3:48 am
by Ocean
If I try to do an Internet Search with the exclusion "-nz" (not in quotes), it doesn't work. I still get tons of posts that have "nz" in their title.

In fact, testing this further, it seems that exclusions don't work at all unless they have at least five characters. This negates a lot of functionality of that feature.

It can be worked around if you know how to do it via regex, but it seems to force an unnecessarily complex workaround when a simpler solution already exists.

Re: Problem with Internet Search Exclusions

PostPosted: Fri Jun 16, 2017 5:28 pm
by dexter
The limit is 3 characters. We do not index one and two character words.

Re: Problem with Internet Search Exclusions

PostPosted: Fri Jun 16, 2017 7:37 pm
by Ocean
Hmm. That must be tied to the version - for 6.72 B4776, I couldn't get it to work with anything under 5 characters.

No problem. RegEx to the rescue!

Re: Problem with Internet Search Exclusions

PostPosted: Fri Jun 16, 2017 10:13 pm
by dexter
The limit is at the server, not the client. I can look into it but negation should still be 3 characters or more.

RegEx is a good solution, it can be applied to your search results to whittle things down more.