Files
vikunja/pkg/models
Mauandkolaente a6683b2a6f fix(models): use ILIKE for the team search count query
TeamProject.ReadAll used db.ILIKE for the main query but a
case-sensitive LIKE for the count query, so on postgres the total
count could disagree with the returned rows. Use db.ILIKE for both.
2026-07-29 22:53:46 +02:00
..