Allow the exact term too!
This commit is contained in:
parent
d3ae0e00a2
commit
0c5bc061ae
1 changed files with 1 additions and 1 deletions
2
app.py
2
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
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue