mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 19:44:07 +00:00
skip wikipedia table test on reverse-only installations
Wikipedia importances are not imported on reverse-only imports.
This commit is contained in:
@@ -194,6 +194,9 @@ def check_tokenizer(_, config):
|
|||||||
def check_existance_wikipedia(conn, _):
|
def check_existance_wikipedia(conn, _):
|
||||||
""" Checking for wikipedia/wikidata data
|
""" Checking for wikipedia/wikidata data
|
||||||
"""
|
"""
|
||||||
|
if not conn.table_exists('search_name'):
|
||||||
|
return CheckState.NOT_APPLICABLE
|
||||||
|
|
||||||
with conn.cursor() as cur:
|
with conn.cursor() as cur:
|
||||||
cnt = cur.scalar('SELECT count(*) FROM wikipedia_article')
|
cnt = cur.scalar('SELECT count(*) FROM wikipedia_article')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user