Remove legacy search.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 15 Jun 2023 10:48:46 +0000 (12:48 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 15 Jun 2023 10:48:46 +0000 (12:48 +0200)
commit3596cf9db6eabb5f0aa36afe7919bc40e8ff0b9a
tree19bfc42d2dcd346655ce73141d02293c639046ca
parenteb383b976ed875888b261bf5901ee484aa2dcf8f
Remove legacy search.
40 files changed:
.gitignore
requirements/requirements.txt
src/api/tests/res/responses/collection.json
src/catalogue/management/commands/importbooks.py
src/catalogue/models/book.py
src/catalogue/signals.py
src/catalogue/tasks.py
src/catalogue/templates/catalogue/search_multiple_hits.html [deleted file]
src/catalogue/templates/catalogue/search_no_hits.html [deleted file]
src/catalogue/templates/catalogue/search_too_long.html [deleted file]
src/catalogue/templates/catalogue/search_too_short.html [deleted file]
src/catalogue/test_utils.py
src/catalogue/tests/test_book_import.py
src/catalogue/tests/test_bookmedia.py
src/catalogue/tests/test_tags.py
src/club/forms.py
src/club/migrations/0043_monthlyamount_wide_singleamount_wide.py
src/opds/tests/test_opds.py
src/opds/views.py
src/pdcounter/models.py
src/picture/models.py
src/picture/tasks.py
src/search/custom.py [deleted file]
src/search/forms.py
src/search/index.py
src/search/management/__init__.py [deleted file]
src/search/management/commands/__init__.py [deleted file]
src/search/management/commands/reindex.py [deleted file]
src/search/management/commands/reindex_pictures.py [deleted file]
src/search/management/commands/snippets.py [deleted file]
src/search/mock_search.py [deleted file]
src/search/tests/index.py
src/search/urls.py
src/search/utils.py
src/search/views.py
src/wolnelektury/settings/__init__.py
src/wolnelektury/settings/basic.py
src/wolnelektury/settings/custom.py
src/wolnelektury/settings/static.py
src/wolnelektury/settings/test.py