Description
According to SDK3 RFC, when executing a search query the API should receive both statement and options parameters and should be executed using the term 'searchquery'.
Current implementation uses lcb_fts, lcb_cmdfts and lcb_respfts and should be renamed to lcb_searchquery, lcb_cmdsearchquery and lcb_respsearchquery.
Build libcouchbase-2.8.5-593 contains libcouchbase commit 6381ac2 with commit message:
CCBC-1075: Change FTS -> SEARCH in the APIs