User tests: Successful: Unsuccessful:
With the merge of #11833 the search filter broke. See here:
https://github.com/joomla/joomla-cms/pull/11833/files#diff-b32bbae639a4113309650b03c2b09ba1L113
The line $wheres[] = implode(' OR ', $wheres2);
got removed by accident it looks. This PR adds this line back.
None
Status | New | ⇒ | Pending |
Milestone |
Added: |
Category | ⇒ | Front End Plugins |
I have tested this item
- I have installed Joomla with sample data
Status | Pending | ⇒ | Ready to Commit |
Setting RTC
wonder why that file was changed with the com_fields pr. how is it related to that?
@infograf768 Did you check the code? It adds a filter to the com_fields table.
To make field data searchable? I remember seeing this thread on the other repo but don't remember what it resulted in.
@infograf768 That is another question not related to this PR. Fact remains that the code is broken by removing this specific line.
@roland-d just a heads up here, implode should be executed only on non-empty arrays: #12321 (comment)
I thing this is something that needs to be patched is several models
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2016-11-04 16:18:03 |
Closed_By | ⇒ | wilsonge |
Tested. Search fields value may or may not work depending on field.
For example Text and Timezone work but not list
I have tested this item✅ successfully on e39a438
Patch is working correctly
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/12750.