I have set up Vikunja in a Docker container, as well as Typesense. Now, I would like to know how to verify that Vikunja is sending data to Typesense. Additionally, I’m curious about the frequency at which it should send data. Lastly, fuzzy search not working, but I can’t find any errors in the logs.
You’re running the last release, but that does not yet contain the typsense integration. You’ll either have to wait for the next release or switch to the unstable build.
Get some errors in log
ERROR handler/ReadAllWeb 2d8 status: 404 response: {“message”: “Not found.”}
ERROR models/SyncUpdatedTasksIntoTypesense 2ee [Typesense Sync] No typesense sync stats yet, please run a full index via the CLI first
And internal server error popup in web interface after one GET request.
Ran vikunja index in CLI, cleared the browser cache and seems everything works fine now. Thank you!
I was getting Internal server error message after enabling typesense, and running docker exec <name of the vikunja api container> /app/vikunja/vikunja index command helped and fuzzy search works perfectly.