Combobox - search not with first char

I whant to search elements on combobox with filter not for first element - for all of word.
How I can do it?

You need to use method enableFilteringMode(‘between’).
But iа you need to filter with the whole word - you need to write your own server-side script to create a filter-mask.