Custom field filtering

This commit is contained in:
shamoon
2024-04-23 22:04:14 -07:00
parent bd4476d484
commit 1ba7ec3cb9
13 changed files with 521 additions and 11 deletions

View File

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