Swiper slides with each own searchbar

Hello,

is there a way to enable searchbar for each slide separately in the Swiper?

I tried removing and adding class searchbar-found to currently active slide but it doesn’t have any effect and searchbar is only working for initial slide, and yet, there is no .update() or .reinit() for searchbar.

Kind regards

Do you mean to search through Swiper slides? Like hide/show swiper slides?

I mean to search through single active slide.

Oh, you mean to use single searchbar but only like for active swiper slide. I can recommend you only to destroy searchbar and init it again when you go to different slide

can you tell me how to search through all of swiper-slide using a single searchbar…