Hi Isomorphic, I am using SmartClient version 10 updated on March 16th 2017. I have a Combobox which is tied to a datasource. The combobox displays a column value from the datasource. It has 20 items. Items are of value : broadcast_consumer1, broadcast_consumer2, broadcast_consumer3, consumer_user, DemoConsumer, userapi_consumer, user_consumer, user_consumer_zip, etc. When a user types the letter "cons" slowly, it just displays one record : consumer_user. When a user types the letter "cons" fast, it displays all the 8 records out of 20 : roadcast_consumer1, broadcast_consumer2, broadcast_consumer3, consumer_user, DemoConsumer, userapi_consumer, user_consumer, user_consumer_zip.
I see that the functionality was working fine in SmartClient version 8. In version 8, I see the below logs in debug mode :
11:36:51.224:TMR6:INFO:DataSource:partnerList_DS:Text match style specified as 'startsWith': This is not supported for this dataSource - performing a substring match instead
The search is with substring and not "startsWith".
In version 10, it is sometimes"startsWith". Is there a way, where I can specify the search in combo box as substring and not startsWith. The above logger statement is missing in version 10. It displays the below log :
11:40:02.672:TMR7:INFO:AdvancedCriteria:Criteria object:{OrganizationName: "cons"} not explicitly marked as AdvancedCriteria - treating as SimpleCriteria.
Please help us in resolving this issue. Search is returning results incorrectly. I want the search to be done with substring.
I see that the functionality was working fine in SmartClient version 8. In version 8, I see the below logs in debug mode :
11:36:51.224:TMR6:INFO:DataSource:partnerList_DS:Text match style specified as 'startsWith': This is not supported for this dataSource - performing a substring match instead
The search is with substring and not "startsWith".
In version 10, it is sometimes"startsWith". Is there a way, where I can specify the search in combo box as substring and not startsWith. The above logger statement is missing in version 10. It displays the below log :
11:40:02.672:TMR7:INFO:AdvancedCriteria:Criteria object:{OrganizationName: "cons"} not explicitly marked as AdvancedCriteria - treating as SimpleCriteria.
Please help us in resolving this issue. Search is returning results incorrectly. I want the search to be done with substring.
Comment