I use jQuery jQuery.extend filter: for filtering items. When i use '*' for filtering, it is problem, because filter is case sensitive.
'People' and 'people' are two different strings.
'People' and 'people' filtered same items, but only when starting on this strings.
How I disable case sensitive for string, which start on '*'?