Check a filter for a lane that needs JSON and will accept either an already-parsed
object or a JSON string it can parse itself (vector metadata filters).
A string that fails to parse is unusable. This is the specific path that previously
dropped the whole filter — including the tenant clause — and queried the entire index.
Check a filter for a lane that needs JSON and will accept either an already-parsed object or a JSON string it can parse itself (vector metadata filters).
A string that fails to parse is
unusable. This is the specific path that previously dropped the whole filter — including the tenant clause — and queried the entire index.