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?
Ignore special words are checked case sensitive - Precise Similar Topics
-
- Registered User
- Posts: 86
- Joined: Mon Mar 16, 2015 7:01 pm
Re: Ignore special words are checked case sensitive
No. It says it's case insensitive. So case does NOT matter.
Formerly known as VSE • My Extensions • Please do not PM me for support.
-
- 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
Oh ok, then there is a typo in the Dutch language pack because there it says it's case sensitive
This string:
Should become:
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*

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.',
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.',

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*
-
- Registered User
- Posts: 86
- Joined: Mon Mar 16, 2015 7:01 pm