patrickkunka / mixitup

A high-performance, dependency-free library for animated filtering, sorting, insertion, removal and more

Home Page:https://www.kunkalabs.com/mixitup/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search by multiple attributes

Radzio1615 opened this issue · comments

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>