If you require that the user can search on multiple string values within the same field value, then you can do the following.
Change FilterMatchType for each field.
- Click on the TwwSearchBox.Fields property.
- Select all the fields in the designer
- Change FilterMatchType to sbfmtMatchAnywhere for all the fields. By doing this matches can occur within the middle of the field value, instead of just at the beginning.
Run your project and if you type in the searchbox the value Food and Equip it will find all matching values with the strings Food and Equip such as International Food Equipment
Comments
0 comments
Please sign in to leave a comment.