Proper way to prevent repeated lazy loading when filtering an index page

Hey all,

Hopefully easy question — i have an index page successfully lazy loading its contents — but the page also has some filtering options triggered via a dropdown. The problem is, when I trigger the filter, it successfully gets results from the back end (with the correct filter applied in the controller), but then runs the original lazy turbo frame again. I can post some code if this is not clear enough, basically looking for the canonical way to recompose the page, or prevent the lazy frame from loading a second time.

Thanks in advance!