Attempt #2
This commit is contained in:
parent
357ef3a250
commit
aed889b11c
1 changed files with 2 additions and 0 deletions
|
|
@ -254,3 +254,5 @@ def cname_search(search_text, exact=False):
|
|||
return CommChannel.objects.filter(name__iexact=search_text)
|
||||
else:
|
||||
return CommChannel.objects.filter(name__istartswith=search_text)
|
||||
|
||||
import functions_general
|
||||
Loading…
Add table
Add a link
Reference in a new issue