However, I am getting an error: {“error”:“index product: Sphinx expr: syntax error, unexpected ‘)’ near ‘’”}
If I remove any I get correct result with a warning:
{“took”:0,“timed_out”:false,“warning”:{“reason”:“index product: use an explicit ANY()/ALL() around a filter on MVA column”},“hits”:{“total”:1,“hits”:[{“_id”:“1658744695074848771”,“_score”:1,“_source”:{“product_codes”:[1,2,3,4],“title”:“test”}}]}}
This is actually how I discovered that manticoresearch-java client needs a warning field in SearchResponse.
we just fixed ANY \ ALL MVA filter condition at JSON request at f45b337b5c265433bb7d6262ad65d02f65edbaf3 you could grab daemon package from our dev repo to get this issue fixed