Home Forums WoodMart support forum Instance Products Search is not working until 3 letter type

Instance Products Search is not working until 3 letter type

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #391482

    Instance Products Search is not working until press 3 letters.
    How can we see the result once press/highlight any key on the search bar? Also once press on the search field, we want to show some products. Please help.

    #391488

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    Please check the header and search element. You need to make sure you have configured the search to find the products. The Search can find pages, posts, project and products.

    Best Regards

    #391536

    We have configured it in the right way.
    But the problem is that the user must need to input 3 characters then it started the search. We want it from the 1 character input by the user. We think your website also has the same issue, without input 3 characters AJAX will not start the search.
    Show us a way out of this.

    #391624

    Hello,

    Please make the full backup of your site and check the issue on the Storefront theme to detect if our theme causes the problem. Storefront is a free theme developed by WooСommerce.

    Best Regards

    #391726

    Hi,
    Have you understood the problem?
    The problem is one thing and you are giving solutions like a robot. We don’t know the solution is coming from a robot or a human. However again we are describing our problem below.
    PROBLEM: Instance Products Search is not working until 3 character input. We have seen XTEMOS site also has the same. Please let us know a way out.
    EXPECTATION: We want our search element will start searching once a user input 1 keyboard key (not after the 3 key input).

    Attachments:
    You must be logged in to view attached files.
    #392141

    Hello,

    Please add this code to the functions.php of the child theme:

    add_filter( 'woodmart_ajax_search_symbols_count', function () {
    	return 1;
    });

    If you have any questions please feel free to contact us.

    Best Regards

    #392184

    Thanks for your help. The problem has been resolved.
    You can add some custom options in Woodmart theme control elements for Search.

    #392196

    Hello,

    We will consider it, however, we do not promise we will implement that in the nearest future.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)