Commits

Bjorn Bringert authored 84ee74335ff
Only parse search suggestions that look like HTML HTML parsing of search suggestions is still a major CPU hog in the search dialog. This change first checks if the text contains any HTML markup (by looking for < and &) before bothering to treat it as HTML.