• Hello,

    On this site, I thought I had configured the search correctly so that it would only search the title and not the content.
    If you search for ‘foret’, there should be 25 results.
    As it is set to 20 per page, I get the correct display on the first page, but as soon as I activate pagination (or scrolling for that matter), the component also displays results containing the word ‘foret’ in the product content (woocommerce).
    I thought I read that this was a problem that others had encountered. Is this the case, and how can it be resolved?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Ernest Marcinko

    (@ernestmarcinko)

    Hi,

    It looks like there is some sort of a custom live pagination activated which triggers an ajax request to fetch custom results. I can’t tell for sure from the source code, but it looks like a custom filter plugin doing that. Basically when you click the page 2, there is a custom request executed by a different plugin, then it updates the results for that request instead of the one from ajax search lite.

    I suggest looking at the pagination settings and turning off the live loading/ajax pagination feature, so the page is correctly loaded with the search override instead of the other plugin results. That should very likely resolve the issue.

    All the best,
    Ernest

Viewing 1 replies (of 1 total)

The topic ‘Issues with pagination ?’ is closed to new replies.