6 results instead of 10

This commit is contained in:
Simon 2018-08-09 21:28:01 -04:00
parent 9ffd2c141a
commit 7a33e7796d

2
run.py
View File

@ -32,7 +32,7 @@ def process_query(comment, bot, query):
print("Search query '" + query + "'")
hits = od_db_client.search(
query, 0, 10,
query, 0, 6,
"score", [],
0, 0,
False, ["path", "name^5", "name.nGram^2"],