Solved | Repeating Group with search and pagination

Hello, I have been working all day to get this fixed but I can’t seem to figure out exactly what is going on to complete this functionally.

I have an area in my app that is meant for the admins to control their users, I want to create the ability to have all users displayed in a repeating group 10 at a time and use a dynamic page changer to control the repeating group. (This step is done.) I want this same group to then update when the user searches for a first name, last name, id or email (Also done).

The issue comes in with the page changer, I it works pretty great when the RG is displaying all users but when I search, at the beginning it works fine but once I switch pages it breaks after the first page change.

Plugins:
Fuzzy Search & Auto Complete
Math.js lite
Iconify
Toolbox

Hello, i’m no expert at bubble. I’m not sure if you have to use a dynamic page changer to make this work. watch this tutorial https://youtu.be/yiMqvbeYvT0?si=Y0Ck-cDOKHO5beLv , and make the repeating group’s data source the fuzzy search as he does in the video. i’m not sure if exactly this is your problem but if it is hope this helps :slight_smile:

Thank you, I will check it out.

Yeah mine actually works very similar to this but the issues I am having come with the page changer it seems the math is getting screwed up somewhere along the line or not being redone when the RG changes to the search state.

So it seems to be the math.js plugin that is messing up somewhere along the line, if someone has experience with the plugin and understands it’s full functionality that can take a look that would be great.

Solved!!!

The solution was simple, I need to change a Math.js condition to use fussy search total matches rather then running the math based on the repeating group total items.

This topic was automatically closed after 70 days. New replies are no longer allowed.