mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
Send Search Results through _AT_SEARCH_RESULT in DefaultObject class
This commit is contained in:
parent
f294af2106
commit
66c8bb2be8
1 changed files with 1 additions and 2 deletions
|
|
@ -498,12 +498,11 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
use_dbref=use_dbref,
|
||||
)
|
||||
|
||||
if quiet:
|
||||
return results
|
||||
return _AT_SEARCH_RESULT(
|
||||
results,
|
||||
self,
|
||||
query=searchdata,
|
||||
quiet=quiet,
|
||||
nofound_string=nofound_string,
|
||||
multimatch_string=multimatch_string,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue