Replies: 3 comments
-
Is not a bad idea. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Not sure how this can replace a filter/ordering option in menu item... |
Beta Was this translation helpful? Give feedback.
0 replies
-
This has been implemented in Joomla 5.0 for Smart Search. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Adding a "searchable" field in com_fields will allow us to better integrate with the search plugins and with other extensions. In my case I only want some fields to be "searchable" therefore adding a "Searchable" column in #__fields database table allow us to change the search plugin and add
->where('f.searchable = 1')
in /plugins/search/content/content.php after line 189.Is this something that can be done?
Beta Was this translation helpful? Give feedback.
All reactions