Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › no results for any key word
This topic contains 5 replies, has 2 voices, and was last updated by Ernest Marcinko 1 year, 3 months ago.
- AuthorPosts
- December 14, 2021 at 11:53 am #35958
All of a sudden any search term we put in has no results. When we first installed it, it can return results successfully. Could you check for us what’s wrong? We already created a index table.
Note: our site is htpasswd protected – login: wt50 password: wt50
December 14, 2021 at 1:24 pm #35960Hi,
Sure!
You have a date filter enabled, and both the “from” and “to” dates are set to the same day: https://i.imgur.com/6UkJiTo.png
Best,
That basically filters out every possible result.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 16, 2021 at 3:41 am #35971Thank you! We’ve some more questions.
1. We’d like to put the search results and settings in a absolute position box, which won’t be visible when the page loads and there’s no search. How do we make it so that the search settings will appear when somebody did a search and there are results?
2. So the “more results” won’t work when there’s grouping. How do people get to the next page of results when grouping enabled then?
December 16, 2021 at 10:06 am #359741. You could try using the javascript API. Whenever the results are shown the asp_results_show event is triggered. You can attach an event handler to that, and make the box visible via the code.
2. That only affects the live results list. In that case, only the first batch of the results is displayed, without the “load more” feature.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 28, 2021 at 11:03 am #36095You cannot access this content.December 28, 2021 at 2:38 pm #36100Try:
ASP.api(1, "toggleSettings", "show");
It was incorrectly documented, I have corrected that.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.