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
Luis Diaz
Moderator
1 Question, 2 Answers
  Active since 17 July 2018
  Last activity 5 years ago

Reputation

159 + 5 this March 5 15

Badges 2

2 × Eureka! Newbie
4 Votes
4 Answers
6K Views
4 Votes 4 Answers 6K Views
5 years ago
1 How does a computer restart itself

You can thank RealityEngine V4.5 for that. It's the engine that the universe is running on. It's written in python.

this.restart() => () { //turn on and off } 
5 years ago