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

[Feature] Wild cards in object value filters #119

Open
cbeddow opened this issue Aug 24, 2021 · 0 comments
Open

[Feature] Wild cards in object value filters #119

cbeddow opened this issue Aug 24, 2021 · 0 comments
Assignees
Labels
feature A feature request for the SDK

Comments

@cbeddow
Copy link
Member

cbeddow commented Aug 24, 2021

Is your feature request related to a problem? Please describe.
A new API feature allows wild cards.

Describe the solution you'd like
In any case where we are filtering by object_value, like object--support--pole or for traffic signs regulatory--stop--g1, we can also send to the API a filter like object--*--* to get all objects or object--sign--* to get all sign map features (store, advertisement, etc).

Describe alternatives you've considered
None

Additional context
This only works on API requests with there is an object_values= parameter, so may not be relevant to the SDK for now, though we could do the same filter style when requesting from the tiles, to make sure it behaves the same using the wild cards.

@cbeddow cbeddow added the feature A feature request for the SDK label Aug 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A feature request for the SDK
Projects
None yet
Development

No branches or pull requests

2 participants