Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
URL: Link to a page that illustrates this issue
Video: Short screen recording that illustrates this issue (free tool: jam.dev)
Hello. I am trying to implement a live search filter on my blog page but for some reason it is not working. If I type a post name in the search field it will disable the taxonomy filters and pagination but it wont actually filter the posts - it will still display all the posts. But if I refresh with the same URL parameters that were added via the search filter it will (correctly) only output corresponding posts.
URL to test - https://easyweb.ee/motivaator/blogi/
if you put “kuidas end raskel ajal motiveerida” in the search bar (top of the sidebar) you can see the that it’s not actually filtering.
But refresh or go straight to this URL - https://easyweb.ee/motivaator/blogi/?leia=kuidas+end+raskel+ajal+motiveerida
and you can see filtered posts. What am I doing wrong? It’s a simple query loop that outputs posts

