stefanocudini / bootstrap-list-filter

Search widget to filter Bootstrap lists
https://opengeo.tech/bootstrap-list-filter/
MIT License
99 stars 31 forks source link

Ability to filter any word #15

Closed kevkha closed 9 years ago

kevkha commented 9 years ago

Say, I have a text "More Than That". I want to filter the word "Than" or "That". Currently, I can only filter the first word. Thanks in advance.

stefanocudini commented 9 years ago

@kevkha you can use simple option initial: false

kevkha commented 9 years ago

Thanks. That worked.