Update naming scheme in search for the sake of the API.
This commit is contained in:
parent
506c5c6d39
commit
b46bc9b2aa
1 changed files with 0 additions and 1 deletions
|
|
@ -236,7 +236,6 @@ def search_object_by_tag(key=None, category=None):
|
||||||
"""
|
"""
|
||||||
return ObjectDB.objects.get_by_tag(key=key, category=category)
|
return ObjectDB.objects.get_by_tag(key=key, category=category)
|
||||||
search_tag = search_object_by_tag # this is the most common case
|
search_tag = search_object_by_tag # this is the most common case
|
||||||
search_object_by_tag = search_tag
|
|
||||||
def search_player_tag(key=None, category=None):
|
def search_player_tag(key=None, category=None):
|
||||||
"""
|
"""
|
||||||
Find player based on tag or category.
|
Find player based on tag or category.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue