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
Answered
Hey, I Just Try To Switch From Public Mongo To Private And Notice, We Need Database With Name

CostlyOstrich36
Hey, I just try to switch from public mongo to private and notice, we need database with name auth and backend . Can we change the db instance name?

  
  
Posted 7 months ago
Votes Newest

Answers 3


CC: CooperativeKitten94

  
  
Posted 7 months ago

Mean public hosted to self hosted mongo CostlyOstrich36

  
  
Posted 7 months ago

What do you mean by public to private mongo? WickedHare16

  
  
Posted 7 months ago
548 Views
3 Answers
7 months ago
7 months ago
Tags