diff --git a/evennia/utils/search.py b/evennia/utils/search.py index 3cb71b754..404d46e54 100644 --- a/evennia/utils/search.py +++ b/evennia/utils/search.py @@ -156,6 +156,7 @@ messages = search_messages # Search the channel database for a particular channel. # # ostring - the key or database id of the channel. +# exact - requires an exact ostring match (not case sensitive) # """ search_channel = Channel.objects.channel_search