]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/customize/Special-Phrases.md
indexing: precompute row counts
[nominatim.git] / docs / customize / Special-Phrases.md
index 52a31a8eb139cc3acd8cfc5f04305323e731dacf..4824512bfba4fad38036649ba2e498747f02ce59 100644 (file)
@@ -17,7 +17,7 @@ columns:
 
  * **phrase**: the keyword to look for
  * **class**: key of the main tag of the place to find
-   (see [principal tags in import style](../Import-Styles.md#set_main_tags-principal-tags)
+   (see [principal tags in import style](Import-Styles.md#set_main_tags-principal-tags)
  * **type**: value of the main tag
  * **operator**: type of special phrase, may be one of:
      * *in*: place is within the place defined by the search term (e.g. "_Hotels in_ Berlin")
@@ -35,7 +35,7 @@ nominatim special-phrases --import-from-csv <csv file>
 
 Note that the two previous import commands will update the phrases from your database.
 This means that if you import some phrases from a CSV file, only the phrases
-present in the CSV file will be kept into the database. All other phrases will
+present in the CSV file will be kept in the database. All other phrases will
 be removed.
 
 If you want to only add new phrases and not update the other ones you can add