Skip to content

Instantly share code, notes, and snippets.

@Ananto30
Created November 4, 2020 05:01
Show Gist options
  • Save Ananto30/9742c0034542f8b378c6d5a6a31c669a to your computer and use it in GitHub Desktop.
Save Ananto30/9742c0034542f8b378c6d5a6a31c669a to your computer and use it in GitHub Desktop.
[
{
"$search": {
"compound": {
"must": {
"text": {
"query": "Bangladeshi",
"path": "restaurant_name"
}
},
"should": {
"near": {
"origin": {
"type": "Point",
"coordinates": [
-73.988713,
40.7262672
]
},
"pivot": 1000,
"path": "address.location"
}
}
}
}
},
{
"$project": {
"_id": 0,
"restaurant_name": 1,
"address": 1,
"score": {
"$meta": "searchScore"
}
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment