Home Forums WoodMart support forum Minimum search letters

Minimum search letters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #214678

    EDEN
    Participant

    Hello, we use relevansi premium, and after we worked with their support, they said the issue can be fixed only by the theme support

    we want that search results start to display after 2 letters, not 3

    thanks
    best
    mike

    #214767

    Hello,

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

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

    Best Regards

    #214776

    EDEN
    Participant

    thanks !!!!!!!!

    #214807

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Minimum search letters’ is closed to new replies.