django-watson/src/watson
2012-10-28 14:08:38 +00:00
..
management Using bulk_create to speed up creation of large search entry sets. 2012-04-05 11:23:56 +01:00
migrations Removed build watson command from migrations. It was messing things up. 2011-09-13 19:28:20 +01:00
templates/watson Adding in some template helpers for the search results. 2012-05-08 13:10:04 +01:00
templatetags Adding in some template helpers for the search results. 2012-05-08 13:10:04 +01:00
__init__.py Renamed watson.context() to watson.update_index() 2011-09-05 12:06:57 +01:00
admin.py Admin search adapter always uses complete queryset in search results. 2012-07-10 11:56:53 +01:00
backends.py Removing single quotes from postgres queries. Closes #10. 2012-10-28 14:08:38 +00:00
middleware.py Added in search context middleware to wrap an entire request in a search 2012-03-07 22:48:31 +00:00
models.py More efficient single-query method of updating object index. 2012-04-05 10:49:06 +01:00
registration.py Using bulk_create to speed up creation of large search entry sets. 2012-04-05 11:23:56 +01:00
tests.py Implementing built-in search views using newer class-based views. 2012-05-08 12:36:38 +01:00
urls.py Adding in search json api view. 2011-09-06 17:47:04 +01:00
views.py Implementing built-in search views using newer class-based views. 2012-05-08 12:36:38 +01:00