+.br
+
+.br
+ Special phrases are search terms that narrow down the type of object
+.br
+ that should be searched. For example, you might want to search for
+.br
+ 'Hotels in Barcelona'. The OSM wiki has a selection of special phrases
+.br
+ in many languages, which can be imported with this command.
+.br
+
+.br
+ You can also provide your own phrases in a CSV file. The file needs to have
+.br
+ the following five columns:
+.br
+ * phrase \- the term expected for searching
+.br
+ * class \- the OSM tag key of the object type
+.br
+ * type \- the OSM tag value of the object type
+.br
+ * operator \- the kind of search to be done (one of: in, near, name, \-)
+.br
+ * plural \- whether the term is a plural or not (Y/N)
+.br
+
+.br
+ An example file can be found in the Nominatim sources at
+.br
+ 'test/testdb/full_en_phrases_test.csv'.
+.br