We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05ff026 commit 3e25cccCopy full SHA for 3e25ccc
bbot_server/applets/base.py
@@ -479,7 +479,7 @@ async def make_search_query(self, search: str):
479
"""
480
Given a search term, construct a human-friendly search against multiple fields.
481
482
- search_str = search_str.strip().lower()
+ search_str = search.strip().lower()
483
if not search_str:
484
return None
485
search_str_escaped = re.escape(search_str)
0 commit comments