go-vikunja / vikunja

Mirror of vikunja from https://code.vikunja.io/api
GNU Affero General Public License v3.0
758 stars 55 forks source link

Saved filters are not updated when tasks are updated #255

Closed mvalois closed 1 month ago

mvalois commented 2 months ago

Description

When creating a saved filter to get tasks for a given user, shown tasks are not updated until we edit their description. For instance, when removing the assignee from the task, it still appears in the list of the saved filter.

Vikunja Version

0.22.1

Browser and version

Firefox last version, reproducible using debian desktop client

Can you reproduce the bug on the Vikunja demo site?

No

Screenshots

No response

kolaente commented 2 months ago

Please upgrade your instance to 0.23.0 or the last unstable build. 0.22.1 is not supported anymore.

mvalois commented 2 months ago

Even after upgrading both the server and client to 0.23.0 the issue still appears.

kolaente commented 2 months ago

Does it work with the latest unstable build? (make a backup before upgrading!) Are you using Typesense?

mvalois commented 2 months ago

yes we are using typesense.

mvalois commented 1 month ago

Disabling typesense resolves the issue.

kolaente commented 1 month ago

This should be fixed in https://github.com/go-vikunja/vikunja/commit/f131289d326516268f6d647468434b7d52c50f58, please check with the next unstable build (should be ready for deployment in ~45min).

You'll need to do a full reindex via the vikunja index cli command.