mirror of
https://github.com/factbook/factbook.json.git
synced 2026-06-25 19:38:06 +02:00
Update MONGO.md
This commit is contained in:
parent
4b2899eaae
commit
0fce7967f4
1 changed files with 4 additions and 4 deletions
8
MONGO.md
8
MONGO.md
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
## Query Examples
|
## Query Examples
|
||||||
|
|
||||||
### Find all countries speaking <X>?
|
### Find all countries speaking _X_?
|
||||||
|
|
||||||
German
|
German
|
||||||
|
|
||||||
|
|
@ -18,7 +18,7 @@ English
|
||||||
db.factbook.find( { "People and Society.Languages.text": /English/}, { "Government.Country name": 1 } )
|
db.factbook.find( { "People and Society.Languages.text": /English/}, { "Government.Country name": 1 } )
|
||||||
```
|
```
|
||||||
|
|
||||||
### Find all countries with a land border with <X>?
|
### Find all countries with a land border with _X_?
|
||||||
|
|
||||||
Austria
|
Austria
|
||||||
|
|
||||||
|
|
@ -35,7 +35,7 @@ db.factbook.find( { "Geography.Land boundaries.border countries.text": /Germany/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Find all import partner countries for <X>?
|
### Find all import partner countries for _X_?
|
||||||
|
|
||||||
Austria
|
Austria
|
||||||
|
|
||||||
|
|
@ -51,7 +51,7 @@ db.factbook.find( { "Government.Suffrage.text": /16/},
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
### Find all countries with <X> membership?
|
### Find all countries with _X_ membership?
|
||||||
|
|
||||||
NATO
|
NATO
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue