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

rework search api to allow searching on multiple caches at once #26874

Merged
merged 7 commits into from
Jun 16, 2021

Commits on Jun 14, 2021

  1. rework search api to allow searching on multiple caches at once

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    e198dc1 View commit details
    Browse the repository at this point in the history
  2. use searchoperation for storage filter instead of db expression

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    9774fb1 View commit details
    Browse the repository at this point in the history
  3. perform file search in a single query

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    5d1d53c View commit details
    Browse the repository at this point in the history
  4. some cleanup and documentation

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    27e50b2 View commit details
    Browse the repository at this point in the history
  5. update tests and fix some edge cases around new search

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    f938daa View commit details
    Browse the repository at this point in the history
  6. split of query building bits from searchhelper

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    66e1071 View commit details
    Browse the repository at this point in the history
  7. inject SearchBuilder

    Signed-off-by: Robin Appelman <robin@icewind.nl>
    icewind1991 committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    362cb2a View commit details
    Browse the repository at this point in the history