rizinorg/cutter

Make sure all the filter-supported widgets are searching with case insensitivity

Open

#2,230 opened on Jun 2, 2020

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (1,123 forks)batch import
HacktoberFestgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe.

The filters in some widgets are using Case-Sensitive. For example - Types widget, Flags widget

Describe the solution you'd like

Enable case-insensitive search in them all

Describe alternatives you've considered

Best option will be to set case-insensitive by default and add a little button to toggle the mode. But that is only a nice-to-have

Additional context

It will be also nice to make sure that the filters enable Wildcard Matching

Contributor guide