I want to JOIN result of FTS to another document types , how is possible
I know an approach can be CURL
in N1QL
but for some reason I am searching for another solution
I want to JOIN result of FTS to another document types , how is possible
I know an approach can be CURL
in N1QL
but for some reason I am searching for another solution
Simpler way to do it in N1QL will be in the upcoming release.
Until then…
@socketman2016 With FTS today, you can setup multiple FTS indexes over different document types. You can then setup an FTS alias covering all your FTS indexes. Queries against the FTS alias will fetch you results from across all the FTS indexes (which is a JOIN in essence).