gigaZhang / struts2-jquery

Automatically exported from code.google.com/p/struts2-jquery
0 stars 0 forks source link

sjg grid filterOptions defaultSearch; 'bw' results in default search op always 'eq' #1086

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Changing the default search option has no effect. I've tried setting it in the 
grid tag filterOptions and the grid column searchoptions to no avail.
What steps will reproduce the problem?
1. make a searchable grid with defaultSearch something other than 'eq'
2. type something in the filtertoolbar and hit enter
3. look at the json filters (op is 'eq')

multi-search works fine. This is just the search fields heading the columns.

What is the expected output? What do you see instead?
The defaultSearch in the filters op.

Which struts2 version?
3.7.0

Which struts2-jquery plugin version?

Please provide any additional information below.

Original issue reported on code.google.com by snyd...@llnl.gov on 11 Mar 2014 at 6:24