Bean Software Search Control Documentation   
 
 
     




enuSearchingLogic Enumeration


Description:
Represents enumeration used for SearchingLogic property.

Member Name

Description

Boolean
Returns rows using boolean logic with AND, OR and NOT keywords, brackets, single and multiple wild cards and special characters (+, - and |).
Sounds
Also using boolean logic, but returns all words that sounds like search term
FormsOf
Returns rows that contains word in any form of search term. You can search for all the different tenses of a verb or both the singular and plural forms of a noun.
About
It is generally useful when a search phrase is too short, if user search for term"database", query also returns rows with "MySQL", "Oracle", "DB2" etc.

Example: Text property of Search Control is set to: "dry". SearchingLogic is set to enuSearchingLogic.FormsOf. SQL Query will search for any form of dry and returns rows that contains: dry, dried, drying and so on.