Hello,
I tried to setup a field "Type" base on custom list and allow users to filter their search base on this field. However, I think there is maybe a bug in the search, I always got INVALID_QUERY error if I set my filter value as "custom element" or only "--ALL--" if I set it to "use custom query" or "use all values".
[The field "Type"]
Field properties > Content lists > Filter = Yes
Field properties > Advance search view > Filter = Yes
Field specific properties >
Field elements = A::A%%B::B%%C::C
"Filter Options Creation", set
Custom retrieval of Filter values to "Use custom elements".
Set
Custom element or SQL Query to "A::A%%B::B%%C::C"
In the Search menu option,
Search form: advance options > Fields as Filters, add field "type"
Go to the front-end search, click "Advance options".
Expected behavior: A select field with values A, B or C.
Actual behavior: Error "Type: FLEXI_FIELD_INVALID_QUERY"
And the error message is misleading as I do not select "custom query" but "custom elements".