podio / podio-dotnet

Podio .NET client
MIT License
19 stars 39 forks source link

Filtering not supported for fields of type email #16

Closed gurify closed 9 years ago

gurify commented 9 years ago

When trying to search for items using the new Email field, PodioBadRequestException is thrown with this message: "Filtering not supported for fields of type email". How can we filter the items in the meanwhile?

AjmalVh commented 9 years ago

Filtering by an Email field is not supported by Podio API. You can use Search in app API to achieve the same.

gurify commented 9 years ago

Is there a way to search by the exact email? When I use App search with email 'someone@gmail.com' it returns all the items that have 'gmail.com' and even '.com'

AjmalVh commented 9 years ago

I have also gone through the same situation. There is no way to restrict to exact matches in Podio search API.