-
The ability to make URI matches (regex or basic) case-insensitive would be a very welcome addition.
-
### What do you need?
It would be quite convenient for me and probably other people if the default vendor case insensitive. I have typed Openai or openai instead of OpenAI many times now.
I have a…
-
Is it possible to indicate tokens to be case-sensitive or case-insensitive? I'm needing for a SQL-like parser to have case-insensitive tokens.
-
We should support case insensitivity.
There is no standard insensitivity in REGEXP_MATCHES, which is a problem.
We can make ILIKE work for now.
We need to figure out how to control this in …
-
Hello ,
I try to create a collation and use it on a column by using fluent configuration.
The issue is that when I execute EF Core migration command "update-database", the generated SQL to associa…
-
### Bug description
For Postgres, when using a filter with `equals` and `mode: "insensitive"`, the query uses `ILIKE`.
### How to reproduce
```
model BillingCustomer {
id String…
-
Is there a way to order_by but case insensitive without having to add a new property?
eg this dataset:
```
subjects: [
{
description: "English"
},
{
description: "math"
},
…
-
# Description
The [NEI color blindness](https://www.nei.nih.gov/learn-about-eye-health/eye-conditions-and-diseases/color-blindness) page referenced in our color guidance has been updated. The new p…
-
If you have caps lock on while setting controls, it will only work with capital letters... Maybe just show a warning about it?
-
Currently we have Base encodings which are currently spec'ed as case-insensitive (Base32 and Base36). I can see that this is convenient from an application perspective. But wouldn't it make sense to b…