patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more
https://www.kunkalabs.com/mixitup/
4.52k stars 734 forks source link

Search by multiple attributes #587

Open Radzio1615 opened 2 years ago

Radzio1615 commented 2 years ago

Hi! How to search by multiple attributes e.g. data-name and data-description?

I tried something like this, but it doesn't work with two attributes:

<fieldset data-filter-group>
<input type="text" data-search-attribute="data-name data-description" placeholder="Search"/>
</fieldset>