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

Support collators in feature filter expressions. #6929

Merged
merged 1 commit into from
Jul 9, 2018

Conversation

ChrisLoer
Copy link
Contributor

@ChrisLoer ChrisLoer commented Jul 6, 2018

Fixes issue #6920: feature filters using collator expressions would incorrectly be treated as legacy filters.

This was a pretty easy piece of functionality to miss when adding the collator expression, since it's separate from the rest of the expression code. Is there a way we could surface the legacy feature filter support more, or automatically test it against new expressions? Or is it reasonable to say this won't happen very often because most expression work won't overlap with the legacy filter syntax?

  • briefly describe the changes in this PR
  • write tests for all new functionality
  • document any changes to public APIs
  • post benchmark scores
  • manually test the debug page
  • tagged @mapbox/studio and/or @mapbox/maps-design if this PR includes style spec changes

/cc @anandthakker @1ec5

Fixes issue #6920: feature filters using collator expressions would incorrectly be treated as legacy filters.
@jfirebaugh jfirebaugh added this to the 0.47.0 milestone Jul 9, 2018
@jfirebaugh jfirebaugh merged commit f73f7e2 into master Jul 9, 2018
@jfirebaugh jfirebaugh deleted the collator-filters branch July 9, 2018 20:29
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

Successfully merging this pull request may close these issues.

2 participants