search: preserve patterntype in search console queries
Created by: rvantonder
When clicking Search
, patterntype:foo
would be erased from the query, but not update the URL. Also if the URL contained a param for patterntype, it was ignored. Now we default to structural patterntype and can change it explicitly with patterntype:
in the query. First two commits are cosmetic, the third adds these changes.