LIKE filter in Kanban view issue #752

Open
opened 2026-02-27 15:13:18 -05:00 by deekerman · 1 comment
Owner

Originally created by @kriss6557 on GitHub (Jan 18, 2026).

Description

LIKE filter in Kanban view issue

Vikunja Version

0.24.6

Browser and version

Firefox latest

Can you reproduce the bug on the Vikunja demo site?

Yes

Screenshots

Hi,
I would like to filter in a Kanban view on task labels using the like operator.
Other operators look ok, but I'm not able to use the like operator.
Eg.
Tags: ADMINISTRATION1, ADMINSTRATION2, ADMINISTRATION3
Filter on Kanban view:

labels like ADMINISTRATION1
labels like "ADMINISTRATION1"
labels like ADMIN%
labels like "ADMIN%"
labels like %ADMIN%
labels like "%ADMIN%"

none of these filter return any task.

Am I using the syntax wrong ?

The in operator is a bit limited in my case (GUI wise or length limited)

Thank you for your help

Originally created by @kriss6557 on GitHub (Jan 18, 2026). ### Description LIKE filter in Kanban view issue ### Vikunja Version 0.24.6 ### Browser and version Firefox latest ### Can you reproduce the bug on the Vikunja demo site? Yes ### Screenshots Hi, I would like to filter in a Kanban view on task labels using the like operator. Other operators look ok, but I'm not able to use the **like** operator. Eg. Tags: ADMINISTRATION1, ADMINSTRATION2, ADMINISTRATION3 Filter on Kanban view: ``` labels like ADMINISTRATION1 labels like "ADMINISTRATION1" labels like ADMIN% labels like "ADMIN%" labels like %ADMIN% labels like "%ADMIN%" ``` none of these filter return any task. Am I using the syntax wrong ? The in operator is a bit limited in my case (GUI wise or length limited) Thank you for your help
Author
Owner

@kolaente commented on GitHub (Jan 23, 2026):

Currently it was never designed to work like that - so this is a feature request, not a bug. Related to #2101

@kolaente commented on GitHub (Jan 23, 2026): Currently it was never designed to work like that - so this is a feature request, not a bug. Related to #2101
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vikunja-go-vikunja#752
No description provided.