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

Meilisearch: require all query terms to be matched (#28293) #28296

Merged
merged 1 commit into from
Nov 29, 2023

Commits on Nov 29, 2023

  1. Meilisearch: require all query terms to be matched (go-gitea#28293)

    Previously only the first term had to be matched. That default
    Meilisearch behavior makes sense for e.g. some kind of autocomplete to
    find and select a single result. But for filtering issues it means you
    can't narrow down results by adding more terms.
    
    This is also more consistent with other indexers and GitHub.
    
    ---
    
    Reference:
    https://www.meilisearch.com/docs/reference/api/search#matching-strategy
    brechtvl authored and GiteaBot committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c4cc6e View commit details
    Browse the repository at this point in the history