First pass implementation of a basic custom metadata field per document

This commit is contained in:
Trenton H
2023-10-20 10:34:01 -07:00
committed by shamoon
parent 0def30210c
commit 021b1031dd
8 changed files with 584 additions and 25 deletions

View File

@@ -80,7 +80,7 @@ django_checks() {
search_index() {
local -r index_version=6
local -r index_version=7
local -r index_version_file=${DATA_DIR}/.index_version
if [[ (! -f "${index_version_file}") || $(<"${index_version_file}") != "$index_version" ]]; then