Clarified call signature for search_channel in utils.search
This commit is contained in:
parent
5863ef29a8
commit
5719423137
1 changed files with 1 additions and 0 deletions
|
|
@ -156,6 +156,7 @@ messages = search_messages
|
||||||
# Search the channel database for a particular channel.
|
# Search the channel database for a particular channel.
|
||||||
#
|
#
|
||||||
# ostring - the key or database id of the 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
|
search_channel = Channel.objects.channel_search
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue