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
Profile picture
SmoothSheep78
Moderator
1 Question, 1 Answer
  Active since 10 January 2023
  Last activity one year ago

Reputation

0

Badges 1

Eureka!
0 Votes
3 Answers
535 Views
0 Votes 3 Answers 535 Views
Hello, I downloaded the docker-compose for windows but when starting it up I'm getting the following error for mongo: 2020-11-29T18:37:45.794+0000 I CONTROL ...
3 years ago
0 Hello, I Downloaded The Docker-Compose For Windows But When Starting It Up I'M Getting The Following Error For Mongo:

SuccessfulKoala55 That indeed solved it. You can add it to your win10 docker-compose yaml to avoid similar issues in the future. Thanks!

3 years ago