flutter_bloc_list_manager icon indicating copy to clipboard operation
flutter_bloc_list_manager copied to clipboard

Filtering case sensitivity

Open danahartweg opened this issue 4 years ago • 0 comments

At the moment filtering (as well as filter condition generation) is case sensitive, which doesn't allow for any variance in the underlying data. It also means that availableFilterConditions would have multiple entries... one for each case.

This isn't really good or bad, there's just no stance on it yet. My initial thought is to make filtering case insensitive, but that leaves a quandary on how to handle the activeFilterCondition generation... it would be difficult to decide the intent of the underlying data and modifying it for display doesn't seem to be a good choice.

danahartweg avatar Jul 27 '20 04:07 danahartweg