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

Change the prefix for exact match queries #4441

Merged
merged 3 commits into from
Aug 18, 2022
Merged

Change the prefix for exact match queries #4441

merged 3 commits into from
Aug 18, 2022

Commits on Aug 17, 2022

  1. Change the prefix for exact match queries

    PR #4251 added exact match queries, which are great, but it was
    subsequently pointed out that the `~` query prefix was already in use:
    #4251 (comment)
    
    So this changes the prefix from `~` to `=~`. A little longer, but
    hopefully it makes the relationship to the similarly-new `=` prefix obvious.
    sampsyo committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    f71e503 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495c8ac View commit details
    Browse the repository at this point in the history
  3. One more test fix

    sampsyo committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    32ce44f View commit details
    Browse the repository at this point in the history