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

Issue #451 parsing filters with curlies #452

Merged

Conversation

lkalwa
Copy link
Contributor

@lkalwa lkalwa commented May 17, 2023

Fixes #451.

Current code behaves inconsistently: value is intact if it doesn't contain curly brackets, and being set to empty string if it does.

According to https://en.wikipedia.org/wiki/Command%E2%80%93query_separation method should either return value or has side effects. There are cases when current code does both.

Any comments are greatly appreciated.

@jkeen jkeen merged commit 91c4210 into graphiti-api:master Feb 27, 2024
35 checks passed
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.

Parsing filter values with {{}} has unwanted side effects.
2 participants