Update usage of etiquette search.

master
voussoir 2023-02-24 20:27:53 -08:00
parent 8d772eaf37
commit 5bbfe05a2d
1 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,7 @@ def permute(pool, query=tuple()):
if complete_tag_index.get(query): if complete_tag_index.get(query):
return return
articles = list(P.search(tag_musts=query)) articles = list(P.search(tag_musts=query).results)
if not articles: if not articles:
return return