From 5719423137f4c69afd3ea9125a918574a8ae89f6 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 23 Mar 2015 08:39:12 +0100 Subject: [PATCH] Clarified call signature for search_channel in utils.search --- evennia/utils/search.py | 1 + 1 file changed, 1 insertion(+) 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