FTS and N1QL in one query

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: https://dzone.com/articles/curl-comes-to-n1ql-querying-external-json-data

@vsr1
Thanks a lot, I will try it.