This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: Search issues

#53153
Ernest MarcinkoErnest Marcinko
Keymaster

Yes of course, sorry I was not clicking the “select all”.

The reason is, that the whole page is live loaded, including the search, which resets under that condition. This can be fixed by either turning off the live loader, or using this DOM selector here to only reload the results part:
#content>.row>.col:not(.post-sidebar)

That should do the trick.