Contentful.NET icon indicating copy to clipboard operation
Contentful.NET copied to clipboard

FullTextSearchFilter with propertyName specified throws exception from Contenful

Open dibble-james opened this issue 9 years ago • 2 comments
trafficstars

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.

dibble-james avatar Aug 09 '16 09:08 dibble-james

I also get similar issues when using the NumericEquality enumeration

dibble-james avatar Aug 09 '16 11:08 dibble-james

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.

ryan-codingintrigue avatar Sep 05 '16 08:09 ryan-codingintrigue