I know how to expose the Views exposed form on a block but what I would like is for the results from the exposed filter be shown as a separate block.
For example:
User will go to www.example.com/search_names On this page they will see an exposed filter where they can enter a name and hit Apply After the user clicks Apply the results are shown in a different block.
Thanks for any help.
I'm thinking that I may be missing a step in the process. Here are the steps I am taking and the order I am doing them:
Add New View and click on CREATE BLOCK on the Add New View page. (Both have display format of GRID)
I add my fields that I want to show in the filter result.
I add my Filter Critea and choose "Expose this filter to visitors, to allow them to change it "
I click on Advanced and under Expose Form In Block I choose YES.
Under Exposed Form Style I choose Input required.
Under Use Ajax I choose Yes.
At this point, in the Preview section I no longer see my Filter Critea.
I save my View.
I now go to Structure then Blocks and can see 2 new blocks under Disabled: Exposed form: view_name-page and View: view_name
I assume that the one starting in Exposed form is the Filter Critea (where the user can put in the search paramater) and the one starting in View will be where the results of the Filter will be shown.
I place the Exposed Form block in the Content area of my theme and under Pages I input the node where I want this block to ONLY appear in. (In my case node/109).
I go back to the Blocks page and then place the View in the Content Area of my them and under Pages I input a different node where the results will be shown. The reason I have a different node is because on this node I have text that pertains to the filtered result.
I go to the node where I have the Exposed Form (node/109) and see the Filter Request. I type what I am searching for and hit apply. The results IS NOT appearing under the node where I placed the View block. Why is this?
Thanks for any help.

