1rosehip / jplist

jPList jQuery Data Grid Controls is a flexible jQuery plugin for sorting, pagination and filtering of any HTML structure (DIVs, UL/LI, tables, etc).
http://jplist.com
Other
437 stars 177 forks source link

Multi word search in desc textbox #196

Closed hailey511 closed 8 years ago

hailey511 commented 8 years ago

Hi,

I wanted to have multi word filter for desc textbox filter with ',' separator or space. Is it actually possible ?

1rosehip commented 8 years ago

Hi, Multi word filter is possible in 'advanced' mode with 'or' separator. ',' separator or space is not supported for now. Please check the docs here: http://jplist.com/documentation/control-settings/textbox-filter

Thanks,

mixtum commented 8 years ago

If I have... data-mode="advanced" then where I should put "or", "and" or "not" ?

1rosehip commented 8 years ago

Inside the text field while you are searching..

mixtum commented 8 years ago

I see..

But is there any chance to translate these words? My website is not in English and end customers does not know how to use "and" / "or" words :)

Or any other way so that you could search with multiple search terms with "or" logic?

1rosehip commented 8 years ago

It's possible now to change operator names in advanced mode and have multiple operators using data-or, data-and and data-not parameters: http://jplist.com/documentation/control-settings/textbox-filter

Please download: https://raw.githubusercontent.com/no81no/jplist/master/dist/js/jplist.core.min.js https://raw.githubusercontent.com/no81no/jplist/master/dist/js/jplist.textbox-filter.min.js