iSeller Commerce
iSeller POS Retail
iSeller POS F&B
iSeller POS Express
Crosslight
WebUI
ClientUI
What's New
Download Trial
Web Solution
Mobile Solution
Enterprise Solution
Custom Development
Blog
Community
Latest Development Blogs
ForumPostTopic
Browse By Tag
Hi,
we need to implement the searching functionality using criterias like the following:
vin*
or
*vin*
Using the option "Allow wild card" we do not have that functionality.
Thanks,
Vince
Since you are about to override the default searching behavior of WebCombo, I’d like to suggest you to implement the requery method for your specific scenario.
Please kindly check the detail, Walkthrough: Implementing requery method using traditional DataSource, in WebCombo 4 documentation.
AllowWildCardSearch is a feature that allows wildcard/fuzzy logic searching. For example: if user inputs “rio” in the search field, WebCombo will search for data that contains the word “rio”.
By default, WebCombo will search its data list from the first character based on the user's input. For example: if user inputs "a" in the search field, WebCombo will search for data that begins with the character "a".
By setting this property to True, users will be able to perform fuzzy logic searching without has to add * in the input text.
we know the wildcard functionality, anyway we would use another searching logic that uses the '*' char in order to search using:
rio* -> all items that start with 'rio'
*rio* -> all items that contain 'rio'
Choose this if you're already a member of Intersoft Community Forum. You can link your OpenID account to your existing Intersoft Social ID.
Choose this if you don't have an Intersoft account yet. Your authenticated OpenID will be automatically linked to your new Intersoft account.
Enter your Wordpress Blogname