Werner Pilnei Posted February 5, 2022 Share Posted February 5, 2022 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 Link to comment Share on other sites More sharing options...
Werner Pilnei Posted February 6, 2022 Author Share Posted February 6, 2022 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, ], 2 Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now