Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....case-insensitive search is performed const query = 'Einstein' ; const options...const result = index . search ( query , options ); More resources...