- 🇮🇳India nikunjkotecha India, Gujarat, Rajkot
Need an MR to review and merge.
Currently, if there are multiple filters on indexed fields for a Search API view using an Algolia index, the foreach loop in SearchApiAlgoliaBackend::extractConditions overwrites $options['filters'] on each pass, resulting in invalid syntax and an error message `filters: Unexpected token 'AND' expected filter at col 1`.
Create a view of an Algolia index. Add 2 or more filters on indexed fields and preview the result - the above error message will be shown.
Attached patch concatenates multiple filters into the filters option, to generate valid syntax.
Needs work
3.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Need an MR to review and merge.