laravel-scout-typesense-driver icon indicating copy to clipboard operation
laravel-scout-typesense-driver copied to clipboard

Duplicate filter_by key value pairs causes silent failure in query

Open JerryLui opened this issue 7 months ago • 0 comments

A simple query where tag:=key1:val1 works fine as expected, but if is duplicated as tag:=key1:val1 && tag:=key1:val1 instead we get no result but no error either.

JerryLui avatar Mar 04 '25 08:03 JerryLui