Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 4

2 years ago
Yong Sheng Tan
39 × 2 Administrator
Invalid Command Activity Message
Invalid Command Activity Message
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/CommandName ABC" we want to show invalid command messange
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/CommandName ABC" we want to show invalid command messange
#commands #bdk #python
#commands #bdk
2 years ago
Invalid Command Activity Message
Invalid Command Activity Message
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/CommandName ABC" we want to show invalid command messange
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/CommandName ABC" we want to show invalid command messange
#commands #bdk
#question
2 years ago
Invalid Command Activity Message
Invalid Command Activity Message
How to show invalid command message. Example we are using /Help or /CommandName to show the command activity, but if the user type "/CommandName test" or "/CommandName ABC" we want to show invalid command messange
How to show invalid command message. Example we are using /Help and /Enquiry to show the command activity, but if the user type "/Help test" or "/Enquiry ABC" we want to show invalid command messange
#question
#question
2 years ago
Original
Invalid Command Activity Message

How to show invalid command message. Example we are using /Help and /Enquiry to show the command activity, but if the user type "/Help test" or "/Enquiry ABC" we want to show invalid command messange
#question