Skip to content

Fix patternType addition in SearchResults

Warren Gifford requested to merge lg/fix-search-patterntype-addition into master

Created by: lguychard

By calling convertPlainTextToInteractiveQuery(), SearchResults did quite a bit more than simply setting patternType in the URL if it didn't exist, mutating the query content needlessly.

There's more that needs to happen for a fully correct fix to #12506 (closed) and #12690 (closed), but this is a start.

Merge request reports

Loading