Case insensitive search with postgres #1719

Closed
opened 2020-04-19 16:35:04 +00:00 by Lombra · 4 comments

Searching for tasks in the main search bar and the task relation search bar seems to be case sensitive, which is rather confusing.

Searching for tasks in the main search bar and the task relation search bar seems to be case sensitive, which is rather confusing.
Owner

The search parameter is passed as is into an sql like query which at least in sqlite seems to be case-insensitive (that explains why I didn't notice it yet).
I agree, this should be consistent everywhere.

What database are you using?

The search parameter is passed as is into an sql `like` query which at least in sqlite seems to be case-insensitive (that explains why I didn't notice it yet). I agree, this should be consistent everywhere. What database are you using?
konrad added the
kind/feature
label 2020-04-19 17:31:32 +00:00
Author

Postgres.

Postgres.
Owner

Seems like this is something specific to postgres (which makes sense imho) since the search on try.vikunja.io is case-insensitive and that is running with mysql.

Seems like this is something specific to postgres (which makes sense imho) since the search on try.vikunja.io is case-insensitive and that is running with mysql.
konrad changed title from Case insensitive search to Case insensitive search with postgres 2020-04-27 10:55:35 +00:00
Owner

Fixed in vikunja/api#524

Fixed in https://kolaente.dev/vikunja/api/pulls/524
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
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: vikunja/vikunja#1719
No description provided.