woof_quick_search_products_limit
By default count of product is limited to 10,000. But you can extend this value:
add_filter('woof_quick_search_products_limit', function($count){ return 30000; });
But remember – more products – > more strong server you need (RAM, CPU)!