woocommerce/tests/unit-tests
Nestor Soriano 43642f7835 Enhance the query for "Any" variations in filter by attribute widget.
The new query fixes a bug where variations were being counted twice:
if a product was included in both the queries then it would be counted
differently and added; e.g. when a product had two variations,
one with "Any" attribute and other with a attribute that has a value.

The new query also optimizes performance, so that filter conditions
can be improved and better indexes can be used.
2020-09-04 11:29:50 +02:00
..
admin Add unit test for WC_Admin_Post_Types::bulk_and_quick_edit_save_post. 2020-07-14 11:42:21 +02:00
product Record attribute terms for product variations in wp_term_relationships. 2020-07-28 08:55:55 +02:00
widgets Enhance the query for "Any" variations in filter by attribute widget. 2020-09-04 11:29:50 +02:00