SOLVED: Infinite scroll buggy using Query editor & Terms

While trying to get around another infinite-scroll (which I’m fan of) bug, I discovered a new one:
If you use a simple Term-query using the Query-editor like:

return [
  'taxonomy' => [ 'product_cat' ],
  'hide_empty' => false,
  'number' => 2,
];

Infinite-scroll will reload just the first 2 terms every time, and the 3rd category is never being loaded:

grafik

It seems to be working for posts & pages though.

Hi neofix,
The cause of the problem is 99% the same as in your other report:

Best regards,
timmse

Hi @neofix ,

After investigation, this issue is not related to WIP: Query loop: infinite scrolling is loading wrong content if parent is set with dynamic data

I re-open this thread and recorded this issue separately.

Regards,
Jenn

1 Like

Hi neofix,

We’ve fixed this issue in Bricks 1.9.8 beta, now available as a manual download in your account (see changelog).

Please let us know if you are still experiencing issues.

As with any beta release, please do not use it on a production or live website. It is only meant for testing in a local or staging environment.