I think we can edit the code for this issue:
ps_facetedsearch/ps_facetedsearch.php (approx line 1423)
ON (sa.
id_product_attribute = pac.
id_product_attribute AND sa.
quantity > 0)
Replace it with:ON (sa.
id_product_attribute = pac.
id_product_attribute AND sa.
quantity >= 0)