Changed object.search() to include nick-matching by default.

This commit is contained in:
Griatch 2013-10-21 22:56:03 +02:00
parent 3430aa9eae
commit bc8e27fea6
2 changed files with 3 additions and 3 deletions

View file

@ -243,7 +243,7 @@ class ObjectDB(TypedObject):
def search(self, searchdata,
global_search=False,
use_nicks=False,
use_nicks=True, # should this default to off?
typeclass=None,
location=None,
attribute_name=None,