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")
Escaping: Escape characters +-&|!(){}[]^"~*?:\ with \, 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

Questions 4

Questions 4

Tags
Sorting
Results
per page
0 Votes
0 Answers
523 Views
0 Votes 0 Answers 523 Views
hi i would like to create some sort of BOT so i would be able to send message from my Grafana system, to my Symphony client (and i have clients that uses sym...
9 months ago
0 Votes
0 Answers
642 Views
0 Votes 0 Answers 642 Views
Hi, Starting up the demo bot from chatper 4, runs fine. It looks good and replies with teh @mention followed by /command but the bot's online status at the S...
9 months ago
0 Votes
0 Answers
364 Views
0 Votes 0 Answers 364 Views
Hi All, I am trying to setup symphony-poll-bot-java code and trying to test is on my developer's sandbox environment. My service is running fine without any ...
6 months ago
0 Votes
0 Answers
132 Views
0 Votes 0 Answers 132 Views
Hi i am trying to create IM for multiple user and its throwing error 500 while trying to create stream for multiple user
2 months ago