-
Notifications
You must be signed in to change notification settings - Fork 10
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
filter on id #203
Comments
My current thought is that I should get rid of This allows developers to make their own custom variants of these fields at import. So to fix this problem, assuming we have a new property called {
...baseIdField,
publicFiltered: true,
} |
fixed by:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because ids are converted to strings publicly, you can't currently create a filter that uses the numeric ID, like a ticket number or whatever. So we need a way to flag an id as public, so it will automatically add it to the meta and allow it to be filtered using the normal filtering mechanisms.
see also: plainblack#29
The text was updated successfully, but these errors were encountered: