-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[4.0] Upgrade php-stemmer 2.0 #27568
Conversation
Refactoring stemmer integration by reducing the seperated classes and using the stemmer factory to create a stemmer object. This reduces maintenance because no change in Joomla! is required to support new languages added by the upstream php-stemmer class and we reduce complexity in Joomla! code base.
Did you mean to delete all those files? |
Yes they are not longer needed. |
thanks for the clarification |
I have tested this item ✅ successfully on a2e5c36 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27568. |
Thx for the text but I will change the exception later but shouldn't effect your test. |
Thanks! |
Refactoring stemmer integration by reducing the seperated classes and using the stemmer factory to create a stemmer object. This reduces maintenance because no change in Joomla! is required to support new languages added by the upstream php-stemmer class and we reduce complexity in Joomla! code base.
Pull Request for Issue #27329 .
Summary of Changes
Upgrade php-stemmer from version 1.2 to 2.0, refactoring stemmer class to use stemmer factory.
Testing Instructions
Use smart search with different languages and content.
Expected result
Nothing changes.
Actual result
Everything still works.