Skip to content
Snippets Groups Projects
Verified Commit 8a48f527 authored by Frank Sauerburger's avatar Frank Sauerburger
Browse files

Reproduce lookup error

The lookup should be case insensitive. The query string is not properly
lower-cased in the view. This issue never shows up with SQLite because LIKE
lookups are always case insensitive. This commit tries to reproduce the issue in
the CI with a postgresql database.
parent 00306f8f
Loading
Pipeline #7596 waiting for manual action