@ -55,7 +55,7 @@ style: number
#### French
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "French")
@ -67,7 +67,7 @@ sort file.name ascending
#### British
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where Place.Style = "British"
@ -79,7 +79,7 @@ sort file.name ascending
#### Italian
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style,"Italian")
@ -91,7 +91,7 @@ sort file.name ascending
#### Peruvian
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Peruvian")
@ -103,7 +103,7 @@ sort file.name ascending
#### Spanish
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Spanish")
@ -115,7 +115,7 @@ sort file.name ascending
#### Japanese
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Japanese")
@ -127,7 +127,7 @@ sort file.name ascending
#### Greek
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Greek")
@ -139,7 +139,7 @@ sort file.name ascending
#### Indian
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Indian")
@ -151,7 +151,7 @@ sort file.name ascending
#### Asian
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Chinese") or contains(Place.Style, "Taiwanese") or contains(Place.Style, "Asian")
@ -163,7 +163,7 @@ sort file.name ascending
#### American
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "US")
@ -175,7 +175,7 @@ sort file.name ascending
#### Argentine
```dataview
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.SubType as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Style, "Argentine")
@ -195,7 +195,7 @@ sort file.name ascending
#### Notting Hill
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "NottingHill")
@ -207,7 +207,7 @@ sort file.name ascending
#### Paddington
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Paddington")
@ -219,7 +219,7 @@ sort file.name ascending
#### Mayfair
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Mayfair")
@ -231,7 +231,7 @@ sort file.name ascending
#### Marylebone
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Marylebone")
@ -243,7 +243,7 @@ sort file.name ascending
#### Soho
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Soho")
@ -255,7 +255,7 @@ sort file.name ascending
#### Fitzrovia
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Fitzrovia")
@ -267,7 +267,7 @@ sort file.name ascending
#### St Pancras
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "StPancras")
@ -279,7 +279,7 @@ sort file.name ascending
#### Shoreditch
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Shoreditch")
@ -291,7 +291,7 @@ sort file.name ascending
#### The City
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "City")
@ -303,7 +303,7 @@ sort file.name ascending
#### Whitechapel
```dataview
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "London"
Table without id file.link as "Place", Place.Style as "Cuisine", Phone, Email, Website from "02.01 London"
where DocType = "Place"
where contains(Place.Type, "Restaurant")
where contains(Place.Location, "Whitechapel")