Created
November 4, 2020 05:01
-
-
Save Ananto30/9742c0034542f8b378c6d5a6a31c669a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"$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