QueryMatchTypeEnum
Last edit: May 19, 2024
Match types for keyword
enum QueryMatchTypeEnum {
CONTAINS
ENDS_WITH
EXACT
FUZZY
STARTS_WITH
}
Values
CONTAINS
Match any characters on start and end foo
ENDS_WITH
Match any characters on start *foo
EXACT
Match whole words
FUZZY
Match and allow typo. Keywodr -> Keyword
STARTS_WITH
Match any characters on end foo*