On my site http://www.refurbishedprinters.co, I got this error
Minimum Search query length is 1
The advanced search is giving me this error
You have to specify at least one search term
Please help! it was working a few days ago.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I also had this problem.
Here is the solution:-
The search form method was ‘post’ in my case. I changed it to ‘get’ and problem solved 🙂
When you set the search form method to ‘post’ then the ‘q’ parameter will be missing in the URL. ‘q’ signifies for query. Hence, due to the absence of ‘q’ query string in URL, the notice/error of ‘Minimum query length’ occurs.
Hope this helps.