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

Search term negation #5239

Merged
merged 4 commits into from
Oct 3, 2024
Merged

Search term negation #5239

merged 4 commits into from
Oct 3, 2024

Commits on Oct 2, 2024

  1. Search: Added structure for search term inputs

    Sets things up to allow more complex terms ready to handle negation.
    ssddanbrown committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    177cfd7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Searching: Added negation support to UI and term handling

    Updated/added tests to cover.
    Support for actual search queries still remains.
    ssddanbrown committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    93c677a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd84d08 View commit details
    Browse the repository at this point in the history
  3. Search: Prevented negated terms filling in UI inputs

    Added test to cover.
    ssddanbrown committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    966ff91 View commit details
    Browse the repository at this point in the history