• Resolved afri83

    (@afri83)


    Hello, is it some limitation with free version for number of search results?
    There is only 100 products at search results but there is more of them in base?
    cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    Please use code snippet below

    add_filter('aws_page_results','aws_page_results');
    function aws_page_results( $num ) {
        return 999;
    }

    Its will increase maximal number of search results.

    Regards

    Thread Starter afri83

    (@afri83)

    Solved. Thanks for Your fast response.
    Friendly regards

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘search results limit’ is closed to new replies.