Text Index search query

I have a text index created on 5 fields of my collection. I use C# to query the data. I would like to know if it is possible to perform text search on only one field from that index instead of searching in all 5 fields.

You can specify a single field in the path parameter of the query.

That worked. Thank you @Marcus

1 Like

This topic was automatically closed 5 days after the last reply. New replies are no longer allowed.