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

ENH: Augment search methods #79

Merged
merged 11 commits into from
Sep 19, 2024
Merged

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    4d1a9fa View commit details
    Browse the repository at this point in the history
  2. 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>.
    shilorigins committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    847e8b8 View commit details
    Browse the repository at this point in the history
  3. 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
    shilorigins committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    a84c010 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc07479 View commit details
    Browse the repository at this point in the history
  5. DOC: pre-release notes

    shilorigins committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    bded804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4424438 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c472661 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    55ee758 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a276aaf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4e749df View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f73ef72 View commit details
    Browse the repository at this point in the history