Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

numericFilters? #46

Closed
MattTimmons opened this issue Apr 13, 2016 · 1 comment
Closed

numericFilters? #46

MattTimmons opened this issue Apr 13, 2016 · 1 comment

Comments

@MattTimmons
Copy link

I am having difficulty finding numericFilters in the 3.0 SDK..
I used to be able to do a query with a numericFilter to find an record with a specific number.

@clement-leprovost
Copy link
Contributor

Yes. numericFilters has been purposely removed because strongly typing it would have been overly complicated. See Query.swift#45.

Fortunately... you can use the new low-level accessors, passing a plain string:

query["numericFilters"] = "[...]"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants