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

Advanced search queries #2934

Merged
merged 12 commits into from
Apr 13, 2021
Merged

Advanced search queries #2934

merged 12 commits into from
Apr 13, 2021

Commits on Apr 13, 2021

  1. Implement advanced search queries

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    840c143 View commit details
    Browse the repository at this point in the history
  2. Add global result frontend

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    c960d21 View commit details
    Browse the repository at this point in the history
  3. Integration tests for search

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    a6c4912 View commit details
    Browse the repository at this point in the history
  4. Add composer scripts for php tests

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    73fce1d View commit details
    Browse the repository at this point in the history
  5. Add card sidebar tab navigation to router

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    030cc4e View commit details
    Browse the repository at this point in the history
  6. Add inline search input

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0f10e1f View commit details
    Browse the repository at this point in the history
  7. Attempt to fix psalm false-positive

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    6b6aef0 View commit details
    Browse the repository at this point in the history
  8. Fix global search in overview

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    e77ca19 View commit details
    Browse the repository at this point in the history
  9. Improve quote handling in search strings

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    0f3bbe3 View commit details
    Browse the repository at this point in the history
  10. Add user docs

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    af309f7 View commit details
    Browse the repository at this point in the history
  11. Do not log if FTS is unavailable

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    9970ebc View commit details
    Browse the repository at this point in the history
  12. Workaround sqlite query issues

    Signed-off-by: Julius Härtl <[email protected]>
    juliusknorr committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    990659b View commit details
    Browse the repository at this point in the history