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
Scott
Moderator
2 Questions, 0 Answers
  Active since 01 July 2020
  Last activity 3 years ago

Reputation

24 + 10 this April 0 1
2 Votes
1 Answers
5K Views
2 Votes 1 Answers 5K Views
For example, if students may be enrolled in multiple courses, a tag containing the course ID is required? I'm comfortable with coding, so a link to the githu...
3 years ago
3 Votes
1 Answers
4K Views
3 Votes 1 Answers 4K Views
For example, if my db backend for my_other_application was sqlserver, I could, independently of the app, open up the sqlserver gui and issue some sql command...
3 years ago