Filtering Combo not only from the start of the string

Hello!

I am using Combo with filtering, and need to allow users to filter not only by the start of the string, but anywhere in the middle. I’ve found similar requests:

viewtopic.php?f=4&t=15879&start=0

dhtmlx.com/docs/products/kb/ind … =14&q=2510

However, I do not see these lines in my dhtmlxcombo.js. We are on version 3.5

Is this replaced by a configurable options? Can you please point me to the correct location?

Thank you!
Anya

Hello
You need to use ‘between’ filtering mode:
docs.dhtmlx.com/doku.php?id=dhtm … ringmode&s[]=between
combo.enableFilteringMode(“between”,url,cache,autosubload)

Thank you - that works now very well!

You are welcome!