Yes, the SearchAndResultsPage typically provides a search view over a grid showing the resulting entities.
The SearchPage includes a Searcher at the top that may include a grid showing the results of the search. Below is a "SummaryView" -- typically a control view summarizing the currently selected entity. Below that is a TabWorkspace that can show various detailed aspects of the selected entity.
The choice of page layout and content should be driven by application use case requirements. I'm sure there must be stuff written about this, but I haven't seen a lot. Any suggestions for codifying this process would be greatly appreciated.
Thanks,
Bill