I am trying to display search results using a View that I have already created. This is what I've done so far:
1. I've created a View that displays content exactly the way I want it: I set the [Page Settings > Path] to "/default", and then went to [Configuration > Site information > FRONT PAGE] to set [Default front page] to "default". When I load http://www.mysite.com/ I see my View. So far so good.
2. I've created a Search Page at [Configuration > Search API > SEARCH PAGES] and set the Path to "/facet-search", hook it up to my search index. When I load http://www.mysite.com/facet-search, I type in a keyword and submit. I get search results back and a bunch of facet links (I have 5 groups of facet links under categories like "Shape", "Size", Color", etc...) that I can further narrow my results set by. So far still good.
THE PROBLEM: In #2 above when I get my search results back (from either typing in keyword or narrowing by facets), I would like to display the search results using the View that I created in #1 above. I can't figure out how to do this.
I tried: