added new property `UBComboBox.searchStrategy`. one of `like` (default) or `startsWith`
added new property UBComboBox.searchStrategy
(as in USelectEntity from adminui-vue). Can be one of like
(default) or startsWith
.
For performance reasons, it is better to set the value startsWith
to use the index in the database