NaiveAlgorithm
A naive search Algorithm performing exact matches on strings.
There are no safe ways to perform case insensitive search using String.indexOf with all languages, so this Algorithm does not have any options. Use IcuAlgorithm for better results.
Properties
Functions
Link copied to clipboard
open suspend override fun findRanges(query: String, options: SearchService.Options, text: String, locale: Locale): List<IntRange>