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 with tag question

Questions with tag question

Tags
Sorting
Results
per page
0 Votes
1 Answers
376 Views
0 Votes 1 Answers 376 Views
Hi there, I have read the documentation for managing multiple bot instances within a single project: https://docs.developers.symphony.com/developer-tools/dev...
5 months ago
0 Votes
1 Answers
305 Views
0 Votes 1 Answers 305 Views
Can a headless bot get the list of chatrooms that it is in and send messages to those chatrooms? Thanks
5 months ago
0 Votes
1 Answers
424 Views
0 Votes 1 Answers 424 Views
Hi, I am working on high availability for my Symphony bots. We have 4 backend bot instances running behind a Round robin loadbalancer. I read the documentati...
7 months ago
1 Votes
1 Answers
512 Views
1 Votes 1 Answers 512 Views
Hello guys, we leverage a bot function that allows us to /ping @"someone in the company" where "someone in the company" is replaced by a firstname lastname d...
9 months ago
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
1 Answers
708 Views
0 Votes 1 Answers 708 Views
Hey guys, we are making heavy use of the @activites.slash decorator, something along the lines of: But think duplicating that decorator 20 times for various ...