Incompatible with FacetWP
-
Hi,
We are getting users in our support that have issues with using FacetWP with Fibosearch.
I noticed you mention FacetWP compatibility / integration on your site:
https://fibosearch.com/documentation/plugins-integrations/compatible-filter-plugins/
However, several things are not working:
- When using a Fibosearch search input field, users get 0 results on pages with facetwp. This seems to be caused by the ‘dgwt_wcas’ URL parameter. When this parameter is removed manually, the filtering works. Also, when using this code, the filtering works:
(function ($) { $(document).ready(function () { var $flags = $('[name="dgwt_wcas"]'); if($flags.length){ $flags.remove(); } }); })(jQuery);
I’m not sure what the effect of this is for Fibosearch functionality, but it restores FacetWP functionality.
2. I noticed Fibo adds an engine option to FacetWP Search facet. But when choosing this option, Search facets don’t work anymore:
- They give zero results.
- When reloading an URL with an active search facet, Query Monitor gives this error: https://d.pr/i/smX6TR
I’d like to know what to tell our users and if we need to declare Fibo incompatible with FacetWP or not, or what is the proper fix.
- is Fibo search input field incompatible with FacetWP, unless they use that JS snippet?
- What is the effect if they do so?
- What about the FiboSearch engine in Search facet? This is available but does not work properly and also gives an error on reload.
Or, could you look into repairing FacetWP integration/functionality? Both with the Fibo input box as with the Search facet?
Let us know if you have questions.
Thanks,
Remco, FacetWP support team
- The topic ‘Incompatible with FacetWP’ is closed to new replies.