I have a 2 column panel that contains a solr node index view and facetapi facets. The view only has a content pane display, which has use panel path = yes. I've added a fulltext search filter, and exposed forms is on. This block is used on all site pages.

The problem I have is that the exposed fulltext search form block doesn't redirect to my panel URL. Instead, it goes to the home page.

A workaround that I found is to add a page display to the view, with the same url as my panel, and then disable this page display. I'm up for more investigation or patching, but I need some direction in getting there.

Comments

svanou’s picture

Hi mortona2k,

Thanks for your tip. This works for me. Let me know if you find a way to do it without having the page "disabled"

Svanou

LeviThomason’s picture

Set the link display to custom URL and point it to your panel page which has the results then use this patch for ctools
http://drupal.org/node/1417630 #6

Cheers

geek-merlin’s picture