eakoriakin / ionic-selectable

Ionic Selectable is an Ionic versatile and highly customizable component that serves as a replacement to Ionic Select, and allows to search items, including async search, create items, customize the layout with templates and much more. It provides an intuitive API and is easy to set up and use.
MIT License
549 stars 125 forks source link

How to search groups? #396

Closed Hedronmx closed 2 years ago

Hedronmx commented 2 years ago

How can i search through groups?

Lets say we have a food list and then the structure is like this

PASTAS spaghetti Lasagna BURGERS Cheese burger Bacon burger

How can i search for Pastas and get spaghetti and lasagna as a result?? Thanks

edy-ap commented 2 years ago

Hi, you can use "onSearch" event to customize your search logic, https://stackblitz.com/edit/ionic-selectable-on-search?file=pages%2Fhome%2Fhome.html