-
-
Notifications
You must be signed in to change notification settings - Fork 529
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
Fix -contains to allow multiple terms with "OR" logic unless -and is added #1890
Merged
Commits on May 9, 2024
-
Store multiple -contains arguments (OR default).
Allow multiple occurrences of the -contains argument to be stored in a list. Previously, only the last occurrence was considered. Additionally, the behavior has been modified to default to OR logic, meaning that if multiple -contains arguments are provided, entries matching any of them will be included in the results.
Configuration menu - View commit details
-
Copy full SHA for edff5f8 - Browse repository at this point
Copy the full SHA edff5f8View commit details -
Solved issue jrnl-org#1877 "-and" flag with multiple instances of the…
… -contains option.
Configuration menu - View commit details
-
Copy full SHA for 044bc64 - Browse repository at this point
Copy the full SHA 044bc64View commit details
Commits on May 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 989f504 - Browse repository at this point
Copy the full SHA 989f504View commit details -
Configuration menu - View commit details
-
Copy full SHA for beb8608 - Browse repository at this point
Copy the full SHA beb8608View commit details -
Configuration menu - View commit details
-
Copy full SHA for 799fb8d - Browse repository at this point
Copy the full SHA 799fb8dView commit details
Commits on May 11, 2024
-
Merge pull request #1 from micahellison/eigenric/develop
Eigenric/develop
Configuration menu - View commit details
-
Copy full SHA for f17a857 - Browse repository at this point
Copy the full SHA f17a857View commit details
Commits on May 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for afbb255 - Browse repository at this point
Copy the full SHA afbb255View commit details
Commits on May 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3fecd47 - Browse repository at this point
Copy the full SHA 3fecd47View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7fd316 - Browse repository at this point
Copy the full SHA a7fd316View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.