To get full access to the Kademi Hub existing customers can login here, or new customers can register here.
Properties
| Name | Returns | Notes | Example |
|---|---|---|---|
| textMust | Set | ||
| textMustNot | Set | ||
| queryMust | Set | ||
| queryMustNot | Set |
Methods
| Name | Returns | Notes | Example |
|---|---|---|---|
| parseQuery ( queryString ) | void | ||
| mapField ( userEntered, queryFieldName ) | KSearchQuery | When you want the user to see simpler field names then is in the db, just map the user entered (ie simple) field names on to the actual query field name Eg query.mapField("module", "moduleCode") This should be called after parsing |