Fix patternType addition in SearchResults
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.