Quote:
Originally Posted by chaley
To summarize the proposed behavior: - Naked search: either "contains ignoring punctuation and accents" or "simple contains" based on the existing preference. "Simple contains" is case insensitive matching where letter variants (e.g., accents) are significant.
- ^ search (new): contains ignoring accents
- = search: exact match ignoring case
- ~ search: regex based search
|
I agree with the proposal.