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 fixes #1813

Merged
merged 5 commits into from
May 15, 2024
Merged

Advanced search fixes #1813

merged 5 commits into from
May 15, 2024

Commits on May 14, 2024

  1. advanced search correctly searches content

    for search__content, we must search: content, pages.body, and
    provisions.body
    longhotsummer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    0c9bf52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    623ca78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99d589f View commit details
    Browse the repository at this point in the history
  4. use search__all to differentiate advanced from simple search

    otherwise, we can't tell when to do a broad search vs an advanced search
    if we don't have explicit search fields
    longhotsummer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    ae91e25 View commit details
    Browse the repository at this point in the history
  5. typo

    longhotsummer committed May 14, 2024
    Configuration menu
    Copy the full SHA
    20d8273 View commit details
    Browse the repository at this point in the history