-
Notifications
You must be signed in to change notification settings - Fork 3
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
ENH: Augment search methods #79
Merged
Merged
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d1a9fa - Browse repository at this point
Copy the full SHA 4d1a9faView commit details -
ENH: implement and integrate SearchTerm
SearchTerm is a namedtuple with format (<attr>, <operator>, <value>). <attr> should be an attribute of Entry, or one of the specially handled keywords. <operator> is a string telling the backend which function to use to filter <attr>. <value> is the target value of <attr>; can be a single value or a tuple depending on <operator>.
Configuration menu - View commit details
-
Copy full SHA for 847e8b8 - Browse repository at this point
Copy the full SHA 847e8b8View commit details -
ENH: add 'like_with_tols' search operator
This operator is converted in Client.search, but is provided as a way for the UI to pass user-provided tolerances into the search function
Configuration menu - View commit details
-
Copy full SHA for a84c010 - Browse repository at this point
Copy the full SHA a84c010View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc07479 - Browse repository at this point
Copy the full SHA fc07479View commit details -
Configuration menu - View commit details
-
Copy full SHA for bded804 - Browse repository at this point
Copy the full SHA bded804View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4424438 - Browse repository at this point
Copy the full SHA 4424438View commit details -
Configuration menu - View commit details
-
Copy full SHA for c472661 - Browse repository at this point
Copy the full SHA c472661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55ee758 - Browse repository at this point
Copy the full SHA 55ee758View commit details -
Configuration menu - View commit details
-
Copy full SHA for a276aaf - Browse repository at this point
Copy the full SHA a276aafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e749df - Browse repository at this point
Copy the full SHA 4e749dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f73ef72 - Browse repository at this point
Copy the full SHA f73ef72View 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.