SOLVED: Issue with search filter

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

Hi easy,
Thanks so much for your report!

It’s probably best to send temporary login credentials and a link to this thread to help@bricksbuilder.io using the email address you used during the purchase.

Best regards,
timmse

Thanks! Credentials sent.

Hi there,

It’s because you enabled this option, and causing each search to consume resources. The search will complete after a few seconds due to your large number of post meta records in your DB.

Do not enable this if you didn’t maintain the content inside Bricks (You maintained the post content in Gutenberg areas, which is a good practice)

Regards,
Jenn

1 Like

Wow, had no idea that this is the cause. But it settles it. Thank you for great support always!