Nope, I get the same thing when I include objectType
: result: 0. When I use this:
SELECT meta().id
FROM `my-bucket` x
WHERE x.objectType = 'MyObjectType' AND SEARCH(x, { "query": "Something" })
I do get a hit because that’s a direct match on that term. When I include the { "index": "..."}
though I get 0 results.