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

[stable20] Handle limit offset and sorting in files search #26258

Merged
merged 11 commits into from
Mar 30, 2021

Commits on Mar 24, 2021

  1. use "newer" node search api directly in unified search

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    60551ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a624243 View commit details
    Browse the repository at this point in the history
  3. only require user to be set in a query that handles tags

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4655f6f View commit details
    Browse the repository at this point in the history
  4. handle limit and offset in folder file search

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    6a639ec View commit details
    Browse the repository at this point in the history
  5. format

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    dbd8b0a View commit details
    Browse the repository at this point in the history
  6. cleanup fileinfo creation

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4e60b9f View commit details
    Browse the repository at this point in the history
  7. folder filtering in sql

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    671b992 View commit details
    Browse the repository at this point in the history
  8. handle ordering in folder search

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    055af29 View commit details
    Browse the repository at this point in the history
  9. pass order from unified search to file search

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    10bf93a View commit details
    Browse the repository at this point in the history
  10. use node search api for legacy file search endpoint

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4ede9db View commit details
    Browse the repository at this point in the history
  11. fix type hints

    Signed-off-by: Robin Appelman <[email protected]>
    icewind1991 committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4b65a1d View commit details
    Browse the repository at this point in the history