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
Profile picture
Patrick Beuseize
Moderator
1 Question, 1 Answer
  Active since 25 November 2022
  Last activity one year ago

Reputation

15 + 5 this April

Badges 1

2 × Eureka!
1 Votes
2 Answers
12K Views
1 Votes 2 Answers 12K Views
Hi there, I am following the tutorial to build my first demo bot using the symphony-bdk-python . When I get to the step : \BotProject>pip3 install -r require...
one year ago
0 Building wheel for multidict (pyproject.toml) ... error

Hi Vinay,

Many thanks for your reply . I did all the above but still not working for me.
I updated pip and "Microsoft C++ Build Tools"
I believe the modules in the requirements cannot be sucessfully installed using Python 3.11
It seems like python 3.8 can allow sucessful installation.
However, because the virtual envenronment (env) is automatically created by the bot Generator as below using python 3.11
![file](https://forum.developers.symphony.com/upload/files/1670242414300_image.png...

one year ago