Hi @David West,
Welcome to Microsoft Q&A forum.
Apologies for causing the issue.
I have tried all of the above, even creating a new container. No luck. Anything else I can try?
Here are a few additional suggestions that might help:
- Since full text search is still in preview, there might be regional limitations or specific configurations required. Ensure that your region supports this feature and that all necessary configurations are in place.
For more information, please refer the document: https://learn.microsoft.com/en-us/azure/cosmos-db/gen-ai/full-text-search?source=recommendations
- If your queries involve multiple partitions, ensure that full text search supports cross-partition queries in your setup. There have been reports of issues when trying to use full text functions across partitions.
- Instead of using the Azure portal, try creating the container and applying the FullTextPolicy using the Azure CLI or an SDK (like .NET, Python, etc.). Sometimes, the portal might not reflect certain configurations correctly.
For more information, please refer the document: https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-create-container
Hope this helps. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful. And, if you have any further query do let us know.