Jump to content

Recommended Posts

Posted

I need to find words like 'Au' or 'Öd' (which are the names of small villages in Germany), but the standard requires a minimum of 3 characters in the search field. I changed the mysql.cnf setting to

innodb_ft_min_token_size=2
ft_min_word_len=2

but with no luck finding them via Search Engine. Any idea where to tweak ?
Thanx

 

Posted

Found it - reading the docs is almost every time helpful. It is in the 'requirements array'

// Currently the requirements array only holds the query min length argument.
    'requirements' => [
        'query_min_length' => 3,
    ],
  • Like 2

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...