Hi guys i have a question for full text search
im separating document with type fileld
for ex type=“L” or type=“P” and i create basic fts index but no alias
now i want to full text search on specific field ex: “name” where doc.type="P"
when i look at documents or other topic , i cant do this with fts search query i have to use like or split or token but i dont understand how token works
can you explain what i have to do ?
db version 4.6.5
thanks