Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › How to show recent search list?
- This topic has 6 replies, 2 voices, and was last updated 4 years, 5 months ago by
Ernest Marcinko.
-
AuthorPosts
-
December 20, 2021 at 4:02 pm #36016
rifatspir96
Participantis there any way to show recent search keywords when click on the search field? See the attachment
December 21, 2021 at 1:43 pm #36023Ernest Marcinko
KeymasterHi,
Unfortunately the attachment did not upload, but it is definitely not possible without custom coding. Can you please try uploading again, and I will check.
December 24, 2021 at 8:18 am #36081rifatspir96
Participanthere it is https://ibb.co/KXt7Kc1
December 25, 2021 at 4:45 am #36084rifatspir96
ParticipantMoreover,
Is there any way to make more friendly to search result?
for example, I have a product name” Samsung buds pro”
if the users search semsung buds pro, it doesn’t show up just because the Samsung spelling is wrong.
Look at this simple plugin, it can easily understand users’ mistakes.
https://codecanyon.net/item/woocommerce-search-box/15685698
Smart autocorrected search: If your client types incorrect product name(f.e. “smartfon” instead of “smartphone”), our smart algorithm recognizes it and shows relevant results.
December 28, 2021 at 1:46 pm #36099Ernest Marcinko
KeymasterI’m afraid that is not so simple.
That plugin uses the browser and the host computer to process and store search queries (hence the fast search). It is nice and handy, until a certain amount of data (number of products). Not to mention, most of our plugin features could not work in combination with that fast search (can’t show product descriptions, advanced title/content fields, can’t have any filters, can’t integrate with Elementor, can’t integrate with google analytics, can’t use priorities and priority groups, can’t search users, attachments and other post types etc..) For that, it is very expensive too in my opinion.
That product data is also printed directly to the page as JSON data to allow search in that data on the host computer. With a few products it is fine, but then requesting 50 000 product data to the host might not be the best idea (especially for mobile browsers).
It is very clever solution they have, but limited to a very simplistic search only – it is not comparable to the possibilities of this plugin. For a simplistic fast search, that product is superb – for more complex usage, this is probably a better choice.You can however use the keyword suggestions feature – the taxonomy terms (tags, categories etc..) keyword suggestion have a decent similar match algorigthm – and can suggest actual taxonomy term names based on the mispelled keywords.
January 3, 2022 at 7:56 am #36154rifatspir96
Participantoh ok.. can you please tell me how to show variation price?
January 3, 2022 at 1:19 pm #36156Ernest Marcinko
KeymasterHi,
Via using the advanced title and content fields. You can either use the
{_price}or the{_price_html}pseudo variable for that. -
AuthorPosts
- You must be logged in to reply to this topic.