Part of #1332 (end perhaps #151)...

Now with Views in core, we should explore the idea of taking advantage of it and convert the search to a view with exposed filters.

This would allow people to either directly edit the default Search view in order to tweak it to their liking or clone it and create other search views.

It would also expand the ways of extending it with contrib modules that improve the backend (search API) as well as modules that improve the UI (Views).

GitHub Issue #: 
1338

Comments

That would actually be a nice usability improvement. A lot of people already build search pages with Views, so having an easier way to convert the default search results into a View would make customization much simpler. Even just a basic “convert to View” starting point could save quite a bit of setup time.