Hi @hummusonrails,
I have created a capella account version 7.6.6.
I have started the server with current main branch.
When running the following query
curl http://localhost:4000/api/search -X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"query":"your search text here"}'
then the couchbaseQuery text generated from build() returns an empty string.
Digging into it, the query is missing a queryType and therefore the build does not perform any building but returns the empty string.
Any idea why this happens?
Thanks
Markus