Trouble with Dynamic Pagination in Search UI

TLDR A enquired about pagination not working in the CMS Plone when authenticated. Jason explained that pagination should work by default, implying that the issue lies within the CMS.

Photo of A
A
Sat, 15 Jan 2022 11:10:12 UTC

Q regarding widgets.pagination: I have search UI (). The numbers of the generated pagination change dynamically. However all list items of the pagination have `href="'#"` …so clicking on a number has to impact…is there some more magic needed for getting the pagination working?

Photo of Jason
Jason
Sat, 15 Jan 2022 16:59:34 UTC

Hmmm A, the pagination should just work out of the box. For eg:

Photo of Jason
Jason
Sat, 15 Jan 2022 17:00:02 UTC

That block renders the pagination here:

Photo of A
A
Sun, 16 Jan 2022 07:57:26 UTC

Does not seem to problem with the TS JS code. The pagination works in our CMS Plone when you are not authenticated. It fails when you are logged in. Looks like some weird interaction with some other JS coming from Plone.