diff --git a/app.py b/app.py index 95063af..b0330fa 100644 --- a/app.py +++ b/app.py @@ -27,7 +27,7 @@ def complete_term(term): query = f""" SELECT term FROM terms - WHERE term > ? + WHERE term >= ? ORDER BY term LIMIT 1 """