Move smart-search (still not complete, pending changes to queryset returns as per roadmap).

This commit is contained in:
Griatch 2017-04-19 21:31:15 +02:00
parent 4b38642666
commit dd7d18f041
2 changed files with 53 additions and 51 deletions

View file

@ -431,6 +431,7 @@ class ObjectDBManager(TypedObjectManager):
return matches
# alias for backwards compatibility
object_search = search_object
search = search_object
#
# ObjectManager Copy method