You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for this. I've taken a look at the PR and can't think of a reason those backslashes are in there off the top of my head. I am currently without my development machine right now, but once I get it back I'll get this PR merged.
I tend to agree that none of the filters should have backslashes in there.
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.
The text was updated successfully, but these errors were encountered: