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
Unanswered
Hey, What Is The Exact Difference Between


Hi JitteryCoyote63 ,
When using the --install-globally switch, the agent.package_manager.system_site_packages flag will be automatically be set to true .
While the system_site_packages flag simply controls how the agent configures pip (thus allowing you to use the agent in systems where you've already preinstalled some python packages), the --install-globally switch controls how the agent sets up virtual environments, and makes it install the required packages before creating the virtual environment, thus speeding up multiple venv creation (as the packages are only installed once) - doing that required using the system_site_packages flag, otherwise packages installed outside of the virtual environment won't be accessible...

  
  
Posted 4 years ago
159 Views
0 Answers
4 years ago
one year ago
Tags