Hi Henrik,
> I tested the
>
> (rel key (+Fold +Ref +String))
> ...
> (fold @Str @Cls key)
>
> version and rebuilt the index but I still can't get the search to work
> in a case insensitive fasion. Did I miss something?
Just to be sure: You re-imported the data, or at least re-built the
index, didn't you?
BTW, with the above pattern, you get 'fold'ed comparisons, which imply
case-insensitiveness. But before you said you also wanted substring
indexing. For that, you might take
(rel key (+Fold +Idx +String))
...
(part @Str @Cls key)
though at costs.
Cheers,
- Alex
--
UNSUBSCRIBE: mailto:[email protected]?subject=unsubscribe