Fulltext search compound queries not working

Hello,
I am using .net SDK v.2.3.8 with couchbase server 4.5 with full text search enabled. Recently i created a full text index on a bucket with type mapping, when running a simple search queries everything works fine but when i using compound queries such as BooleanQuery or conjunction query there is exception with message : “Can not add Newtonsof.json.linq.Jarray to Newtonsof.json.linq.jobject”. Please help me

@fakhreddin_rezgol -

I think you found a bug that was recently patched on master: https://github.com/couchbase/couchbase-net-client/commit/ea1c6178d100dc7f9b6b9b94bb7b59f539a0773c

This will be in 2.3.9 due for release the first week of Nov or you can pull master and build it yourself.

Thanks,

Jeff

1 Like