as per title. facets don’t work after updating to 1.9.1
@floridaseating Could you email us some WordPress admin login details at help@bricksbuilder.io plus the exact URL the facet is located, so we can debug & upload a potential fix? Thank you.
I confirm the bug also with jetsmartfilter and facetwp
something went wrong with 1.9.1 update
my test environment
localwp latest version 7.2.1
wordpress clean install 6.3.1
facetwp + bricks addons latest version 4.2.5 / 0.5
jetsmartfilters latest version 3.2.1
do a filter test = nothing works
I can confirm FacetWP breaks on 1.9.1
If I use the PHP query loop and add,
“facetwp” => true
it works, but not using a regular query loop. Example below.
render = [
“post_type” => [“event”],
“posts_per_page” => 10,
“orderby” => [“title” => “ASC”],
“facetwp” => true // this flags this custom query to be used by FacetWP
];
facetwp sent over a beta of the bricks integration add-on which seems to address my issues as far as i can tell.
If you would like to test the beta fix for facetwp-bricks, please send a ticket through Settings > FacetWP > Support in your site where you are using FacetWP.
Thanks