• Resolved blondeone

    (@blondeone)


    The site has 5462 products with 54,964 unique SKU. The search is setup to search by title, sku, tags then content. If Seamlessly is selected this works very well but limits total results to 100 (per page not relevant) If Seamlessly is not checked all results show but results only are for title and content, tags are not included.

    Searched the net and tried a lot of solutions but none worked.

    Any ideas are appreciated.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please try to add following code to your theme functions.php file

    add_filter('aws_page_results', 'aws_page_results');
    
    function aws_page_results( $num ) {
        return 999;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Search results limited to 100’ is closed to new replies.