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?
Labels |
Added:
?
|
Title |
|
Title |
|
Category | ⇒ | Feature Request Fields |
Title |
|
Title |
|
Category | Feature Request Fields | ⇒ | com_fields Feature Request Search |
Status | New | ⇒ | Needs Review |
Title |
|
Title |
|
Title |
|
Title |
|
Not sure how this can replace a filter/ordering option in menu item...
Labels |
Added:
?
?
Removed: J3 Issue |
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-12-18 10:24:36 |
Closed_By | ⇒ | rdeutz |
Is not a bad idea.