Hi,
I sit possible to combine FTS and N1QL in one query?
Thanks
Hi,
I sit possible to combine FTS and N1QL in one query?
Thanks
N1QL curl function can take FTS or any external source as end point. Example 4: shows FTS endpoint
https://developer.couchbase.com/documentation/server/current/n1ql/n1ql-language-reference/curl.html
cc @isha, @keshav_m
Example of this is in @isha’s article: CURL Comes to N1QL: Querying External JSON Data - DZone
@vsr1
Thanks a lot, I will try it.