I was looking at the german language files and saw a big list of words in an array to be used by getIgnoredSearchWords
and several other search related settings.
The problem is that as far as I can tell they were only used by com_search and are not used by com_finder
For com_finder I believe the equivalent is
getIgnoredSearchWords
is the list of words in com_finder.commonwords.txt
I dont see any equivalents for the other three
cc @HLeithner
UPDATE
I am guessing that these 4 settings will still be used by the code in the decoupled com_search which, for me, is a problem in that we have to maintain settings in core that are never used in core. If decoupled com_search needs these settings then they should be part of the component
Labels |
Added:
?
|
maybe added a deprecated note and/or a comment where it is used ?
the Problem is that it's defined in the language packs... but sure in the cms when we call the function we should create a note to it's deprecated.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2022-02-01 23:02:55 |
Closed_By | ⇒ | brianteeman | |
Labels |
Added:
No Code Attached Yet
Removed: ? |
I noticed this too and asked @Hackwar and he confirm this is not used in com_finder. The commonwords list can be edited in crowdin with a variable count of words.
I would say it's a bit late to change this and would keep then till the EOL of Joomla 4 and remove it in Joomla 5.0 if not used by any other component.
or did I missed anything @Hackwar ?