Skip to content

Issue #451 parsing filters with curlies#452

Merged
jkeen merged 7 commits into
graphiti-api:masterfrom
lkalwa:issue_451_parsing_filters_with_curlies
Feb 27, 2024
Merged

Issue #451 parsing filters with curlies#452
jkeen merged 7 commits into
graphiti-api:masterfrom
lkalwa:issue_451_parsing_filters_with_curlies

Conversation

@lkalwa

@lkalwa lkalwa commented May 17, 2023

Copy link
Copy Markdown
Contributor

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
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