Fix note sorting, testing, bump search index version

This commit is contained in:
shamoon
2023-05-04 02:07:30 -07:00
parent 6b5fc2cb15
commit 31080cec5c
3 changed files with 31 additions and 1 deletions

View File

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