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 2

one year ago
Kaosar Ahmed
310 × 3 Administrator
BDK Bot Configuration Issue
BDK Bot Configuration Issue
Hi Ali, Thanks for your message, Firstly, we need to make sure that you are using the up-to-date **Symphony Generator** along with the correct command. Can you use the **Symphony Generator** from the **FINOS GitHub** respository: https://github.com/finos/generator-symphony If you are using **NPM** - you can simply use this command to install it: `npm install -g @finos/generator-symphony` The following command will allow you to run the **Symphony Generator** & generate the BDK bot scaffold: `yo @finos/symphony` Please let us know if you continue have any issues.
Hi Ali, Thanks for your message, Firstly, we need to make sure that you are using the up-to-date Symphony Generator along with the correct command. Can you use the Symphony Generator from the FINOS GitHub respository: https://github.com/finos/generator-symphony If you are using NPM - you can simply use this command to install it: `npm install -g @finos/generator-symphony` The following command will allow you to run the Symphony Generator & generate the BDK bot scaffold: `yo @finos/symphony` Please let us know if you continue have any issues.
one year ago
Original
Kaosar Ahmed
310 × 3 Administrator
BDK Bot Configuration Issue

Hi Ali, Thanks for your message, Firstly, we need to make sure that you are using the up-to-date Symphony Generator along with the correct command. Can you use the Symphony Generator from the FINOS GitHub respository: https://github.com/finos/generator-symphony If you are using NPM - you can simply use this command to install it: `npm install -g @finos/generator-symphony` The following command will allow you to run the Symphony Generator & generate the BDK bot scaffold: `yo @finos/symphony` Please let us know if you continue have any issues.