Multiselect search whole string
问题 I have a multiselect with search bound to a store (with attribute string_value). Search only searches strings that start with "string to search" instead of contains "string to search" (similar to searching for '%string%' instead of 'string%'). Is there a way to do this by extending 'multiselector-search'? Below is my multiselector control bound to a form: var ms = Ext.widget('form', { xtype: 'multi-selector', width: 400, height: 300, requires: [ 'Ext.view.MultiSelector' ], layout: 'fit',