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
Attila Szabo
100    4

About me

ok

  5 Questions, 14 Answers
  Active since 11 April 2018
  Last activity 3 years ago
  Editor Enthusiast Eureka! 3 Newbie
2
0
2K Views
2 0 2K Views
let renderScreenshotAndDepth (runtime : IRuntime) (size : V2i) (sg : ISg) = let depth = runtime.CreateTexture(size, TextureFormat.Depth24Stencil8, 1, 1); let...
1
1
4K Views
1 1 4K Views
I cloned the Pro3D repository and followed the instructions in the README file. Everything worked fine, but when I call build I get this error: The request w...
0
0
2K Views
0 0 2K Views
The show builder can quickly show you a SceneGraph. Use it like this: * Reference package Aardvark.Application.Utilities * Open namespace Aardvark.Applicatio...
0
1
3K Views
0 1 3K Views
Trying to run my .net core media app using Aardium on a different computer, yields this error: Error: An assembly specified in the application dependencies m...