Fulltext predicate fully match passed term

Hi,

We are using fulltext predicate to query our documents containing the search term in our site.
Currently if user type "best treat", it will get all documents containing "best" and "treat" words in it.

The question is, how can we query documents which have content exactly match this two-word term, "best treat"?

Hi @kelly_ke
I've done some tests, and here is what I found:
I'm using a StructuredText field, and when doing my query [fulltext(my.page.richtext,"home work")] I get only the documents that has the term "home work" knowing that there are some documents that have home and others that have work only.

https://fdr-prismic-playground.prismic.io/api/v2/documents/search?integrationFieldsRef=fdr-prismic-playground~c0d6caed-8002-4ebd-83be-d1810defa970&ref=Yuo1tRAAACEAwmjV&q=[[fulltext(my.page.richtext%2C"home+work")]]#format=json

Please let us know if you need any further assistance,
Fares