searching works, without fragments
authorMarcin Koziej <marcin@rho.(none)>
Thu, 24 Nov 2011 16:07:38 +0000 (17:07 +0100)
committerMarcin Koziej <marcin.koziej@nowoczesnapolska.org.pl>
Thu, 24 Nov 2011 16:07:38 +0000 (17:07 +0100)
commit180fe27d469608a6f3cdd5249311f93a5bc437b5
tree75e479a4def7b81f640662cf5e308cee6ee4a0c5
parentf4c540df2eb34b761e08f67396c22daf3b14ca10
searching works, without fragments
basic query using Dublin core fields works
Index has proper tokens.
search index building on import
apps/catalogue/management/commands/importbooks.py
apps/catalogue/models.py
apps/search/__init__.py [new file with mode: 0644]
apps/search/index.py [new file with mode: 0644]
apps/search/tests/__init__.py [new file with mode: 0644]
apps/search/tests/files/fraszka-do-anusie.xml [new file with mode: 0755]
apps/search/tests/files/fraszki.xml [new file with mode: 0755]
apps/search/tests/index.py [new file with mode: 0644]
wolnelektury/settings.py