SearchState

constructor(searchText: String = "", currentMatchIndex: Int = -1, allMatches: List<SearchMatch> = emptyList(), hasMatches: Boolean = false)