Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Your Tool is Amazing!!! 2 Quick questions
- This topic has 9 replies, 2 voices, and was last updated 6 years, 4 months ago by
Ernest Marcinko.
-
AuthorPosts
-
January 30, 2020 at 7:41 pm #25574
blavere
ParticipantYour plugin is simply amazing! It’s doing far more than I ever expected. I just want to know more about it.
1. After Indexing Table site complete, it says I have over 600k keywords. Where can I see that list?
2. I want to track priority searches. If a search become popular, I want that search result to appear at the top of all additional searches. Can that be done under Priorities? Can you assist me in setting that up?
That’s all for now. Freak’n love your tool!
Regards,
Brandon
January 31, 2020 at 10:17 am #25585Ernest Marcinko
KeymasterHi Brandon,
Thank you very much for your kind words, it is greatly appreciated.
1. Well, the only way to see those words is within the database. If you have a database viewer tool like phpMyAdmin, then you can check them in the wp_asp_index database table. You won’t see much useful information there, as you would have to run some aggregation queries to get the keywords for specific documents and such.
2. I’m afraid that is not doable at the moment. The results and interactions are not tracked in any way, at least not yet. This might be a neat feature though, I will definitely think about implementing something similar.
January 31, 2020 at 4:56 pm #25598blavere
ParticipantYou cannot access this content.
January 31, 2020 at 5:03 pm #25599Ernest Marcinko
KeymasterHi,
You are very welcome!
In wordpress you cannot really create a separate page for search results, it is always handled by the search.php file in the theme directory (or inherently index.php). The results pages are usually either customized by making direct changes to that template file via a child theme, or using a custom page builder – but those may not work with all themes.
You can change the search “page” link to a nice permalink via a custom code, and point the search to redirect to that URL, but the results are still handled the same way. It is not an actual page in that case either, it is only a nice alias for it.
January 31, 2020 at 5:06 pm #25600blavere
ParticipantYou cannot access this content.
January 31, 2020 at 5:11 pm #25602blavere
ParticipantYou cannot access this content.
January 31, 2020 at 5:13 pm #25603blavere
ParticipantYou cannot access this content.
January 31, 2020 at 5:24 pm #25604blavere
ParticipantYou cannot access this content.
January 31, 2020 at 7:28 pm #25607blavere
ParticipantYou cannot access this content.
February 3, 2020 at 2:35 pm #25629Ernest Marcinko
KeymasterHi,
The results shortcode is for when you want to display the live results list on the same page where the search is – but not below the search bar as default.
Changing the results URL to a custom page will not display the results on that page – it only tells the plugin which permalink/uri acts as the search results handler, and pushes the query arguments for that.We are actually working on a “custom results” page builder (via shortcode) solution, but it is extremely problematic, as there are limitations we need to overcome first.
If you want to use that uri structure as the results page, then you will have to do that programatically as I linked earlier. Unfortunately the plugin cannot do this automatically, as it is either needs a theme file change or a .htaccess modification, that the plugin has no access to.
-
AuthorPosts
- You must be logged in to reply to this topic.