Add support for ignoring diacritics while searching and filtering lists
This commit is contained in:
@@ -421,11 +421,18 @@
|
||||
#regular_expressions = perl
|
||||
#
|
||||
##
|
||||
## Note: If below is enabled, ncmpcpp will ignore leading "The" word while
|
||||
## Note: if below is enabled, ncmpcpp will ignore leading "The" word while
|
||||
## sorting items in browser, tags in media library, etc.
|
||||
##
|
||||
#ignore_leading_the = no
|
||||
#
|
||||
##
|
||||
## Note: if below is enabled, ncmpcpp will ignore diacritics while searching and
|
||||
## filtering lists. This takes an effect only if boost was compiled with ICU
|
||||
## support.
|
||||
##
|
||||
#ignore_diacritics = no
|
||||
#
|
||||
#block_search_constraints_change_if_items_found = yes
|
||||
#
|
||||
#mouse_support = yes
|
||||
|
||||
@@ -315,6 +315,9 @@ Type of currently used regular expressions.
|
||||
.B ignore_leading_the = yes/no
|
||||
If enabled, word "the" at the beginning of tags/filenames/sort format will be ignored while sorting items.
|
||||
.TP
|
||||
.B ignore_diacritics = yes/no
|
||||
If enabled, diacritics in strings will be ignored while searching and filtering lists.
|
||||
.TP
|
||||
.B block_search_constraints_change_if_items_found = yes/no
|
||||
If enabled, fields in Search engine above "Reset" button will be blocked after successful searching, otherwise they won't.
|
||||
.TP
|
||||
|
||||
Reference in New Issue
Block a user