Index md instead of html
This commit is contained in:
@@ -21,7 +21,7 @@ fun parseSearchTerms(input: String): SearchTerms {
|
||||
val match = innerRegex.find(input)?.groups?.get(1)?.value
|
||||
if (match != null) {
|
||||
val group = outerRegex.find(input)?.groups?.get(1)?.value
|
||||
group?.let { c = c.replace(it, " ") }
|
||||
group?.let { c = c.replace(it, "") }
|
||||
}
|
||||
return match
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user