Skip to content

Update query-language docs to match changes being made with actual query language #6380

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

Merged
merged 1 commit into from
Apr 11, 2024

Conversation

maleman842
Copy link
Contributor

Proposed changes

The query language is being updated

  • eq, neq, gt, lt, gte, lte, is_set, is_null are being renamed to equals, differs, greater_than, less_than, at_least, at_most, exists, absent
  • contains and contains_one of are being consolidated into contains

Updated docs to match these changes
Also updated to add a note to call out a distinct behavior with 'differs' in that it doesn't handle null in an expected way

Merge timing

ASAP

…ery language

The query language is being updated
- eq, neq, gt, lt, gte, lte, is_set, is_null are being renamed to equals, differs, greater_than, less_than, at_least, at_most, exists, absent
- contains and contains_one of are being consolidated into contains

Updated docs to match these changes
Also updated to call out a distinct behavior with differs in that it doesn't handle null in an expected way
@maleman842 maleman842 requested a review from a team as a code owner April 11, 2024 22:31
@maleman842 maleman842 requested review from forstisabella and removed request for a team April 11, 2024 22:31
@forstisabella forstisabella added the content-update updates to content that are not new features, includes grammar fixes, added notes label Apr 11, 2024
@forstisabella forstisabella merged commit f6c2dca into develop Apr 11, 2024
@forstisabella forstisabella deleted the query-language-renames branch April 11, 2024 23:16
Copy link
Contributor

Thank you for your contribution! Your pull request is merged, but may take a day or two to appear on the site.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content-update updates to content that are not new features, includes grammar fixes, added notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants