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

Use v2 for all site search queries #3295

Merged
merged 1 commit into from
Feb 28, 2024
Merged

Use v2 for all site search queries #3295

merged 1 commit into from
Feb 28, 2024

Commits on Feb 27, 2024

  1. Use v2 for all site search queries

    This switches the `/search/all` ("site search") finder over to use
    `search-api-v2` exclusively now that our AB test has concluded with a
    positive outcome.
    
    - Instead of checking for AB test variant, check for site search finder
      base path to establish whether to use v2
    - Add `use_v1` query parameter along the lines of the existing `use_v2`
      to force use of `search-api` in circumstances where `search-api-v2`
      would normally be used
    - Fix stubbing of API endpoints in tests
    csutter committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2e9753c View commit details
    Browse the repository at this point in the history