Bug filter.js generates incorrect URL when “Use full friendly URLs” is enabled

There is a bug in this version
P

Painbaker

Guest
When using filter.js on the public interface with AJAX filtering and the “Use full friendly URLs” option enabled, the generated request URL is incorrect. It misses a ? before the query string, which results in an invalid URL.

/forum-search/&_xfFilter[text]=test&_xfFilter[prefix]=0?_xfResponseType=json&_xfWithData=1&_xfRequestUri=/&_xfToken=1752795635,ed211239fc7c29d2bfdacd66aecf7ca10
Click to expand...

When expected

...
Click to expand...

Read more

Continue reading...