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

IBX-6413: Fixes minQueryLength test to stick to parameter's meaning #997

Merged
merged 1 commit into from
Nov 20, 2023

Commits on Nov 20, 2023

  1. admin.search.autocomplete.js: Fix minQueryLength to stick to its meaning

    `ibexa.site_access.config.<scope>.search.suggestion.min_query_length: 3` should mean that suggestion start to be made for a 3 character long text.
    With `<=` it was starting at 4 characters.
    With `<` it starts at 3.
    Adrien Dupuis committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    a68ddb6 View commit details
    Browse the repository at this point in the history