Hi,
I am trying to perform a full text search on a field, but everything seem to be working case sensitive.
Both Query.contains and Query.search only work case sensitive and in the docs I cannot find anything related to this.
The only solution I can think of is to create a clone of the column where I save everything lowercase and perform the search on that, but I don't like it too much..