.mustNot(SearchQuery.docIds(req.body.id)) its my part of fts query if i remove it,query works
“id”:[“ef55fcf2-2d1e-40b4-9ed1-606f87303755”]
or
"id":“ef55fcf2-2d1e-40b4-9ed1-606f87303755”
json doc which is i send with postman
then it give error on cmd:
…must_not":{“disjuncts”:[{“ids”:[[" ef55fcf2-2d1e-40b4-9ed1-606f87303755"]]}]}},“size”:25} , err: json: cannot unmarshal array into Go value of type string
i think {“ids”:[[" ef55fcf2-2d1e-40b4-9ed1-606f87303755"]]} should be {“ids”:[" ef55fcf2-2d1e-40b4-9ed1-606f87303755"]}
i search it at https://issues.couchbase.com/ then found nothing
couchnode verison 2.3.4