When using KEY-VALUE pair data on filter options as below, inputting keywords in text box on filter popup searches KEY instead of VALUE.
Could I make it find VALUE?
...
filter : {
crules:[{condition: "equal"}],
options: [{k1:"AAA"},{k2:"BBB"},{k3:"CCC"}]
}
...