flutter_bloc_list_manager
flutter_bloc_list_manager copied to clipboard
Filtering case sensitivity
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.