Allow search across related fields, optimzed for speed and memory, added LIMIT setting, search elapsed time

This commit is contained in:
Roberto Rosario
2011-03-08 03:35:43 -04:00
parent a116f1807c
commit 5a57a58913
4 changed files with 38 additions and 15 deletions

View File

@@ -245,6 +245,9 @@ LOGIN_EXEMPT_URLS = (
# Permissions
#ROLES_DEFAULT_ROLES = []
# Searching
#SEARCH_LIMIT = 100
# Override
SEARCH_SHOW_OBJECT_TYPE = False
#----------- django-celery --------------