Csaba Toth
Csaba Toth

Reputation: 10729

yadcf smart filtering with contains filter

Is there a way to use smart filtering with yadcf + DataTables? I'm using regular text filters in contains filter mode. As far as I can see yadcf calls fnFilter with bSmart=false parameter when mode is contains.

I want to search just typing fragments of words in the filter input. If it's not a smart filter, it won't find anything if I just type in some fragments after each other.

I wonder if I just overlooked something. Otherwise I can open a feature issue on GitHub.

Upvotes: 0

Views: 226

Answers (1)

Csaba Toth
Csaba Toth

Reputation: 10729

Looks like it's hard wired now, and possibly bSmart=true become default in the future for contains filters: https://github.com/vedmack/yadcf/issues/148

Upvotes: 0

Related Questions