-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[5.0] Smart Search: Allow to select which taxonomies to index #36867
Conversation
Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Brian Teeman <brian@teeman.net>
Co-authored-by: Quy <quy@fluxbb.org>
Co-authored-by: Quy <quy@fluxbb.org>
RTC This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/36867. |
Thank you for your contribution, unfortunately the 4.4-dev branch doesn't get new features. When #40181 is merged this pr should be rebased to 5.0-dev. Thanks for understanding. |
How would this look like for custom fields (in the future)? Would we add this option as custom field attribute? |
#38650 adds options to set if a custom field should be indexed as text or taxonomy or none. |
Why closed? Should we reopen the original issue? |
thanks |
We need documentation for this |
Pull Request for Issue #26233.
Summary of Changes
This allows you to set which taxonomies should be indexed by a finder plugin.
Testing Instructions
Actual result BEFORE applying this Pull Request
All taxonomies were indexed each time.
Expected result AFTER applying this Pull Request
Only the selected taxonomies are indexed.