Perspective Carousel Component

I am using the Carousel Component to return a list of views (number of view varies but they average around 75).

Each view is using the same embedded view, passing different datasets down to the embedded view.

Is there a way to filter or search through the different views within the carousel?

@emery.merkley, there is no search/filter built into the carousel. I haven’t tried this, but it may be possible to do an Expression binding with the views of the carousel to a custom config property (essentially a copy of the views property) that you filter, based on user input, to remove the views that don’t meet the search criteria.