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

add support for contains, starts, and ends #998

Merged
merged 1 commit into from Oct 7, 2022

Conversation

brharrington
Copy link
Contributor

Update to be consistent with recent changes to Atlas backend to support :contains, :starts, and :ends query operations. These get mapped to regex so it only impacts the query parsing.

See: Netflix/atlas#1470 and Netflix/atlas#1471.

@brharrington brharrington added this to the 1.3.9 milestone Oct 7, 2022
Update to be consistent with recent changes to Atlas
backend to support `:contains`, `:starts`, and `:ends`
query operations. These get mapped to regex so it only
impacts the query parsing.

See: Netflix/atlas#1470 and Netflix/atlas#1471.
Copy link
Contributor

@manolama manolama left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I meant to ask if I needed to add support here as well.

@brharrington brharrington merged commit 9e7944f into Netflix:main Oct 7, 2022
@brharrington brharrington deleted the contains branch October 7, 2022 19:21
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.

None yet

2 participants