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
DrShirota
108    4

About me

  7 Questions, 4 Answers
  Active since 11 April 2018
  Last activity 3 years ago
  Editor Enthusiast Eureka! 4 Newbie
4
2
3K Views
4 2 3K Views
How do I create a Texture : ITexture from a PixImage? I actually want to create a Texture from a Stream, this is how far I got: fsharp let s = GetStream( ......
1
1
3K Views
1 1 3K Views
1) Building src/Aardvark.OpcViewer.sln failed with exitcode 1. 2) FS0248: C:\_work\PRo3D\src\PRo3D.Viewer\GroupsModels.g.fs(9,8): Two modules named 'PRo3D.Gr...
1
2
3K Views
1 2 3K Views
Aardvark.Rendering is an incremental renderer, so frames are only generated if they are necessary. Is there a way to profile my the performance of my renderi...
1
1
3K Views
1 1 3K Views
Are there any special measures to be taken when adding a new project to an existing solution?
1
4
3K Views
1 4 3K Views
VS2017 takes excruciating long to to come up with intellisense suggestions, sometimes it even freezes when I'm just typing. This painful experience has large...
0
1
3K Views
0 1 3K Views
For instance, I move the camera forward by holding down RMB and dragging it. When I drag it outside of the window and only then release RMB, it is still cons...
0
1
3K Views
0 1 3K Views
I have a project which should act as a base library for multiple other projects in different solutions. What do I have to do, to integrate this in, for insta...