This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

How to show recent search list?

Home Forums Product Support Forums Ajax Search Pro for WordPress Support How to show recent search list?

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36016
    rifatspir96rifatspir96
    Participant

    is there any way to show recent search keywords when click on the search field? See the attachment

    #36023
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    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.

    #36081
    rifatspir96rifatspir96
    Participant
    #36084
    rifatspir96rifatspir96
    Participant

    Moreover,

    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.

    #36099
    Ernest MarcinkoErnest Marcinko
    Keymaster

    I’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.

    #36154
    rifatspir96rifatspir96
    Participant

    oh ok.. can you please tell me how to show variation price?

    https://ibb.co/6Wwmtxm

    #36156
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Via using the advanced title and content fields. You can either use the {_price} or the {_price_html} pseudo variable for that.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.