From 882cd54fa955b4fada612574ef13bdab1608f1de Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 1 May 2022 17:09:04 +1000 Subject: Add fuzzy-search via sqlite extension spellfix1 Also add delay between client search-suggestion requests when search input undergoes multiple quick changes --- backend/data/genOtolData.py | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/data/genOtolData.py') diff --git a/backend/data/genOtolData.py b/backend/data/genOtolData.py index 696d59b..57a15d2 100755 --- a/backend/data/genOtolData.py +++ b/backend/data/genOtolData.py @@ -18,7 +18,6 @@ usageInfo += "Expected annotations.json format:\n" usageInfo += " JSON object holding information about the tree-of-life release.\n" usageInfo += " The object's 'nodes' field maps node IDs to objects holding information about that node,\n" usageInfo += " such as phylogenetic trees that support/conflict with it's placement.\n" - if len(sys.argv) > 1: print(usageInfo, file=sys.stderr) sys.exit(1) -- cgit v1.2.3