rizinorg/cutter
在 GitHub 查看Make sure all the filter-supported widgets are searching with case insensitivity
Open
#2,230 创建于 2020年6月2日
HacktoberFestgood first issue
仓库指标
- Star
- (14,852 star)
- PR 合并指标
- (平均合并 13天 23小时) (30 天内合并 20 个 PR)
描述
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