solidsteak Posted April 20, 2017 Share Posted April 20, 2017 So my product search seems to work best when the minimum word length is at least 2 characters. However, this creates a problem in that single digit numbers are not searched correctly. Its quite embarrassing when people search 5 inch discs and it seems everything but 5" shows up first. I really wouldn't even need to use all 10 digits. Looking at the db, it seems finding where the index values are created and stored in the db would be the best bet. Link to comment Share on other sites More sharing options...
Opremi Posted April 22, 2017 Share Posted April 22, 2017 Hello, solidsteak. Did you try to set the minimum word lenght to 1 on search and index page? Link to comment Share on other sites More sharing options...
hakeryk2 Posted April 24, 2017 Share Posted April 24, 2017 (edited) I just want to say that starts searching from 1 digit will kill Your mysql server performance. Edited April 24, 2017 by hakeryk2 (see edit history) Link to comment Share on other sites More sharing options...
solidsteak Posted April 24, 2017 Author Share Posted April 24, 2017 Hello, solidsteak. Did you try to set the minimum word lenght to 1 on search and index page? Like I said, my search queries are the most accurate when the length is at least 2 characters. The only exception is single digit numbers are not indexed, and that is a problem. 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