Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › ajax search pro
This topic contains 11 replies, has 2 voices, and was last updated by Ernest Marcinko 7 years, 7 months ago.
- AuthorPosts
- April 25, 2016 at 7:11 am #8453
Hello, here’s the problem i have. When enabling url override it shows asp_active=1 after ?s=keyword so i disable it for now. also when clicking on the More Results it takes me to the default wordpress search as the results are different from the pro search plugin.
for example:
http://www.freedvdcover.com/search/ and type see no evil – there is no relevance for these keywords and then click on more results, you will see other results.
thank you.April 25, 2016 at 7:19 am #8454Hi Andrew,
The “asp_active=1” query parameter is necessary for the plugin to know to override the search results. If you turn off the results override option, then it will indeed disappear, but it will display the wordpress default search results instead.
I just checked, but I see the exact same results when the override is activated:
Ajax: https://i.imgur.com/bM9CK5u.png
Non- ajax: https://i.imgur.com/BjynHhM.pngIn case I missed something, can you please also provide temporary FTP access? If the override is not working, it usually means that the theme itself is overriding the default wordpress search results, which is impossible to circumvent without touching the code.
-
This reply was modified 7 years, 7 months ago by
Ernest Marcinko.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 25, 2016 at 7:35 am #8456Look what it gives me: https://imgur.com/a/2KWaz
anyway, i activated now override and seems that gives the same results even if asp_active is there, but there is no relevancy, why does not shows the see no evil title ? as you can see on the wordpress original search..April 25, 2016 at 7:43 am #8457I think you need a different keyword logic.
Please check the documentation:
Search logic settings
Search logic explained with examplesYou should try the “AND” logic or the “AND with exact keyword matches” logic, since there are lots of movies in your database, it will fit better. The default “OR” logic is to match as many items as possible, while you probably only want a very few, but relevant results.
If you want an more specific, occurrence based relevancy, I can also recommend using the index table engine. For that, please check chapter 12, 12.1, 12.2, 12.3 in the documentation: https://goo.gl/ooNYPY
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 25, 2016 at 7:46 am #8458ok, thank you, i will try the “AND” logic as i’m already using index table engine.
April 25, 2016 at 7:50 am #8459just tried but does’t show results at all with “AND” logic or the “AND with exact keyword matches” .. do i have to rebuild index again? i just did it this morning..
April 25, 2016 at 7:52 am #8460can you setup for me to work as it should ? or for some keywords like that movie i showed.. there is nothing we can do to show it, you saw worpdress search was showing the movie while ajax pro search was not.
April 25, 2016 at 7:58 am #8461Let me check on that. I think I know why.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 25, 2016 at 7:58 am #8462ok, thank you very much
April 25, 2016 at 8:08 am #8463I think it should give you much different results now, can you please try it?
The problem was that by default the index table program does not index words below 3 characters, and common words. So words like “no”, “and” etc.. are not indexed. However in your case you need it, as movie titles often contain common words.
Best,
On the index table Advanced settings I have disabled the stop words and reduced the index characters to 2, so it should be working now I hope: https://i.imgur.com/9xhZTSr.png
I have re-created the index with the new options, so you don’t have to do it.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 25, 2016 at 8:11 am #8464that’s perfect, works now! 🙂 great work and great plugin. thanks again.
April 25, 2016 at 8:37 am #8465You are welcome, I’m happy it works now.
If you like the plugin, feel free to rate it on your codecanyon downloads page, it’s greatly appreciated.
I will close this thread now and mark it as resolved. Feel free to open a new one if you encounter any issues.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
-
This reply was modified 7 years, 7 months ago by
- AuthorPosts
The topic ‘ajax search pro’ is closed to new replies.