FilterBuilder.getCriteria().asString() seems to be translating BETWEEN operator to IBETWEEN and BETWEEN_INCLUSIVE operator to IBETWEEN_INCLUSIVE for all field types, including TEXT.
This is quite unexpected and reproducible on 13.0-p20230315
Is this a bug or are we missing something?
This is quite unexpected and reproducible on 13.0-p20230315
Is this a bug or are we missing something?
Comment