Introduction
Character filters change or clean text before it is analyzed. They help fix or remove unwanted characters early.
You want to remove HTML tags from text before searching.
You need to replace special characters like & or @ with words.
You want to fix common typos or symbols in user input before indexing.
You want to normalize text by changing accented letters to plain ones.
You want to remove invisible or control characters that cause errors.