Indices like MixedCaseNames can not be used with RedisSQL, unless redisearch.case-insensitive-names is on.
To reproduce:
FT.CREATE MixedCaseBeers ON HASH PREFIX 1 beerJSON: SCHEMA id TAG brewery_id TAG name TEXT SORTABLE abv NUMERIC SORTABLE descript TEXT style_name TAG cat_name TAG
In Trino with default redisearch.case-insensitive-names=false try:
Indices like MixedCaseNames can not be used with RedisSQL, unless
redisearch.case-insensitive-names
is on.To reproduce:
In Trino with default
redisearch.case-insensitive-names=false
try:Now try to select from MixedCaseBeers:
all will fail with the same error:
Table 'redisearch.default.mixedcasebeers' does not exist