[GH-ISSUE #2190] multiple filters issue #6586

Closed
opened 2026-04-20 17:11:10 -05:00 by GiteaMirror · 2 comments
Owner

Originally created by @sbraaa on GitHub (Feb 3, 2026).
Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2190

Pre-submission checklist

  • I have searched for existing open or closed issue reports with the same problem.

Description

Using the latest available Docker image (version 1.0.0), it seems that filters do not work correctly.

For example:

When filtering to see only tasks assigned to the user "myuser" across different projects by setting the condition assignees in myuser, the result also includes tasks that are not assigned to anyone.

When filtering to see all tasks labeled "TO DO" by setting the condition labels = TO DO, the result also includes tasks that have no label at all.

You can reproduce the latter behavior on the demo instance: go to Projects and set a filter with labels = work. You will see that tasks without the work label are also listed.

Vikunja Version

1.0.0

Browser and version

chrome

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Image
Originally created by @sbraaa on GitHub (Feb 3, 2026). Original GitHub issue: https://github.com/go-vikunja/vikunja/issues/2190 ### Pre-submission checklist - [x] I have searched for existing open or closed issue reports with the same problem. ### Description Using the latest available Docker image (version 1.0.0), it seems that filters do not work correctly. For example: When filtering to see only tasks assigned to the user "myuser" across different projects by setting the condition assignees in myuser, the result also includes tasks that are not assigned to anyone. When filtering to see all tasks labeled "**TO DO**" by setting the condition _labels = TO DO,_ the result also includes tasks that have no label at all. You can reproduce the latter behavior on the demo instance: go to **Projects** and set a filter with _labels = work_. You will see that tasks without the work label are also listed. ### Vikunja Version 1.0.0 ### Browser and version chrome ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots <img width="1418" height="480" alt="Image" src="https://github.com/user-attachments/assets/1c42ca69-5c02-4e23-8a85-860c5a53e2a3" />
Author
Owner

@Mattiam2 commented on GitHub (Feb 3, 2026):

I thought that too but actually it is working.
You just have to untick the flag "Include Tasks which don't have a value set" and it will work as expected.

Image
<!-- gh-comment-id:3842332979 --> @Mattiam2 commented on GitHub (Feb 3, 2026): I thought that too but actually it is working. You just have to untick the flag "Include Tasks which don't have a value set" and it will work as expected. <img width="618" height="201" alt="Image" src="https://github.com/user-attachments/assets/e878bf0a-3a3d-4ca1-a437-7b72a759fd17" />
Author
Owner

@sbraaa commented on GitHub (Feb 3, 2026):

@Mattiam2 thank you very much!
haven't noticed it! sometimes the UI is a little bit confusing!
I think that flag should not be set as default.

<!-- gh-comment-id:3843427052 --> @sbraaa commented on GitHub (Feb 3, 2026): @Mattiam2 thank you very much! haven't noticed it! sometimes the UI is a little bit confusing! I think that flag should not be set as default.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vikunja#6586