Precise Similar Topics

Ignore special words are checked case sensitive - Precise Similar Topics

Ignore special words are checked case sensitive

by Sanborn » Sun Feb 02, 2020 2:21 pm

When configuring the extension, at the bottom we can specify special words that should be ignored.
We need to seperate each word with a blank, and according to the description the words specified are case sensitive.

Any reason to make this case sensitive?
For me this means I should enter all words at least three times (lowercase, PascalCase, UPPERCASE), which puts a big limit on the amount of words I can specify.

If there are specific scenarios where case sensitive is needed, maybe add an option to choose if words should be treated case sensitive or not?
Sanborn
Registered User
Posts: 86
Joined: Mon Mar 16, 2015 7:01 pm

Re: Ignore special words are checked case sensitive

by MattF » Sun Feb 02, 2020 4:27 pm

No. It says it's case insensitive. So case does NOT matter.
Formerly known as VSEMy ExtensionsPlease do not PM me for support.
User avatar
MattF
Extensions Development Coordinator
Extensions Development Coordinator
Posts: 6098
Joined: Sat Jan 17, 2009 9:37 am
Location: Los Angeles, CA
Name: Matt Friedman

Re: Ignore special words are checked case sensitive

by Sanborn » Sun Feb 02, 2020 4:43 pm

Oh ok, then there is a typo in the Dutch language pack because there it says it's case sensitive :)

This string:

Code: Select all

'PST_WORDS_EXPLAIN'	=> 'Voeg Speciale woorden toe welke uniek zijn aan uw forum dat moet worden genegeerd bij het vinden van vergelijkbare onderwerpen. (Note: Woorden die momenteel worden beschouwd als gemeenschappelijk in uw taal worden reeds standaard genegeerd.) Scheid elk woord met een spatie. Hoofdlettergevoelig.',
Should become:

Code: Select all

'PST_WORDS_EXPLAIN'	=> 'Voeg speciale woorden toe die uniek zijn aan uw forum en moeten genegeerd worden bij het vinden van vergelijkbare onderwerpen. (Opgelet: woorden die momenteel als veelvoorkomend worden beschouwd in uw taal, worden reeds standaard genegeerd.) Scheid elk woord met een spatie. Niet hoofdlettergevoelig.',
I also rephrased a bit, to make it less "Google translate" ;)
But the real error was in the last part "hoofdlettergevoelig" which translates to English as "case sensitive".

Thanks, then I know I should not add all words multiple times *phew*
Sanborn
Registered User
Posts: 86
Joined: Mon Mar 16, 2015 7:01 pm