Add searching members by Discourse username

This commit is contained in:
2022-02-06 08:11:28 +00:00
parent 82f3271726
commit d949377e17
2 changed files with 2 additions and 1 deletions

View File

@@ -165,6 +165,7 @@ def gen_search_strings():
)
string += ' | ' + m.user.email
string += ' | ' + m.discourse_username
string += ' | ' + str(m.id)
string = string.lower()