Hi @gatiel
This can be related either to the VAR names or to the query separator settings on the server.
- VAR names:
Go to Filters > Settings > SEO > VAR Names and change the names from shop-filter to something unique, using underscores _ instead of dashes -. Please try using something like fe_shop_color or fe_shop_size so they remain unique.
After modifying them, click the Save button at the bottom of the configuration page. Then, just in case, go to the filter set and click the Update button.
After that, open the page with the filter, clear the browser cookies and cache, and test the filtering again to see if it works correctly.
- Query separators on the server:
In some cases, the server can be configured to treat both & and ; symbols the same way. Since ; is used for the OR logic, this can cause such issues.
In these cases, the query separator settings should be adjusted on the server side.
Best Regards,
Victor
Thread Starter
gatiel
(@gatiel)
thank you that was the solution