Search.
authorRadek Czajka <rczajka@rczajka.pl>
Thu, 1 Jun 2023 13:09:21 +0000 (15:09 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Thu, 1 Jun 2023 13:09:21 +0000 (15:09 +0200)
commit0a7090f11131631647db366ff87976407e788412
treea96f788721b133a7cb833d051a240d8708c3c53f
parentf546d1dd07dd4d86e1dcde26a1b02f0ffe783f7c
Search.
18 files changed:
src/catalogue/admin.py
src/catalogue/migrations/0044_snippet.py [new file with mode: 0644]
src/catalogue/models/__init__.py
src/catalogue/models/collection.py
src/catalogue/models/snippet.py [new file with mode: 0644]
src/catalogue/templates/catalogue/2022/collection_box.html [new file with mode: 0644]
src/search/fields.py
src/search/forms.py
src/search/index.py
src/search/templates/search/inline_radio_widget_option.html [new file with mode: 0644]
src/search/templates/search/results.html [new file with mode: 0644]
src/wolnelektury/settings/apps.py
src/wolnelektury/static/2021/scripts/main.js
src/wolnelektury/static/2022/styles/components/_collectionbox.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/components/_form.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/components/_header.scss [new file with mode: 0644]
src/wolnelektury/static/2022/styles/components/_module.scss
src/wolnelektury/static/2022/styles/components/_search.scss [new file with mode: 0644]