riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

Option to split results between rows #42

Open kevtrout opened 12 years ago

kevtrout commented 12 years ago

As described in my comments, my use case for your great plugin required a row to be visible even if only one word of a multiple word query is present. I added an entry to the options array that modifies options.testQuery to return false only if NONE of the query words are present.

-kevtrout