FacetWP Compatibility
-
I see in the code it mentioned FacetWP compatibility. However, even running latest versions of everything, it’s not filtering the search results AWS returns.
I have re-run both indexes.
I have tried every setting possible.
https://site.com/?s=teddy&post_type=product&type_aws=true
Shows 8 products.
Sidebar filter counts look correct. There is colour: red (7), orange (1)
https://site.com/?s=teddy&post_type=product&type_aws=true&_colour=orange
Still shows 8 products. This is both via FacetWP AJAX, and when loading above URL directly.
https://site.com/?s=teddy&post_type=product&_colour=orange
Will show 1 product as expected.
https://advanced-woo-search.com/guide/facetwp/
I don’t see a setting per #2, but it maybe old. Everything looks enabled.
Playing with the code:
facetwp_aws_searchpage_enabled() turns false
facetwp_aws_search_page_custom_data() sets force_idsfacetwp_pre_filtered_post_ids()
Array ( [0] => 20623 [1] => 20619 [2] => 20615 [3] => 20611 [4] => 20601 [5] => 20597 [6] => 20593 [7] => 20589 )facetwp_filtered_post_ids()
Array ( [0] => 20593 )So it seems alright; it finds 8 products, then does the filtering and has 1 result. But 8 are showing regardless.
2021 theme + WooCommerce + Facet WP + Advanced Woo Search being the only things active still has the issue.
Note: With AWS disabled, filtering on search page works. So something with the integration is related.
Any ideas? Thanks in advance!!!
- The topic ‘FacetWP Compatibility’ is closed to new replies.