Using FullTextSearchFilter without specifying a propertyName parameter seems to work but if use something like new FullTextSearchFilter(query, "fields.field") I'm getting a ContenfulException and an error detail of No field with apiName "field\[match\]" found.
Using FullTextSearchFilter without specifying a propertyName parameter seems to work but if use something like
new FullTextSearchFilter(query, "fields.field")I'm getting a ContenfulException and an error detail ofNo field with apiName "field\[match\]" found.