search: added full-text search and docstrings

This commit is contained in:
2022-08-05 01:01:21 +02:00
parent a6e1735cac
commit 284a597d4a
15 changed files with 515 additions and 42 deletions

View File

@@ -27,7 +27,7 @@
{% set ns.open_li = True -%}
{% endif -%}
<a href="{{ url_for('entry', ident=entry.id) }}">
{{ entry.reviewed }} {{ r_to_star(entry.rating) }}
{{ entry.date }} {{ r_to_star(entry.rating) }}
</a>
{% set ns.prev_item_date = entry.item.date -%}
{% set ns.prev_item_id = entry.item.id -%}