mirror of
https://github.com/go-vikunja/vikunja.git
synced 2025-12-05 19:16:51 -06:00
[PR #1085] fix(typesense): centralize sentinel and improve indexing #1218
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1085
Author: @dpschen
Created: 7/3/2025
Status: 🔄 Open
Base:
main← Head:feat/implement-typesense-null-handling-with-sentinel📝 Commits (1)
f9e498afix(typesense): centralize sentinel and improve indexing📊 Changes
12 files changed (+190 additions, -33 deletions)
View changed files
➕
docs/null-date-sentinel.md(+15 -0)📝
go.mod(+2 -0)📝
go.sum(+10 -0)📝
pkg/cmd/index.go(+1 -1)➕
pkg/cmd/reindex_sentinel.go(+58 -0)📝
pkg/models/listeners.go(+4 -4)📝
pkg/models/saved_filters.go(+1 -1)📝
pkg/models/task_search.go(+7 -3)📝
pkg/models/task_search_bench_test.go(+1 -1)📝
pkg/models/tasks.go(+1 -14)📝
pkg/models/typesense.go(+27 -9)➕
pkg/models/typesense_test.go(+63 -0)📄 Description
-1sentinel for missing due dates when indexing tasks into Typesensereindex-sentinelwith progress bar🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.