If i create a faceted_search i could assign base path and start page.
Clicking on categories, filtering is ok. But when we want to remove all the guided search categories (clicking on [X]) on the last click we are redirected to {start page} and drupal gives back error 404.
The correct url to be redirected to is {base path}/{start page}. (Base path is the label of faceted_search url, not drupal base path).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | Schermata.png | 12.99 KB | tassoman |
Comments
Comment #1
David Lesieur commentedIf your start page refers to the base path, the only paths that make sense are just the base path itself, or the base path followed by
/results.In other words, the start page can use only either the base path alone, the base path followed by
/results,<front>, or a path that is valid on your system. Anything else will generate 404 errors.And yes, as you said, the base path given to Faceted Search should not contain the site's base url.
I hope this can help.
Comment #2
David Lesieur commentedComment #3
tassoman commentedI mean that when I click the latest [x] on guided search, I'm redirected to http;//example.com/results and not to http;//example.com/apparel-search as you can see in the attached picture. I haven't any /results path but /apparel-search it's default facet page and exists.
Comment #4
David Lesieur commentedAh, then if you want to go to
apparel-searchwhen the last search term is removed, just enterapparel-searchas the Start page.Comment #5
David Lesieur commentedI guess this is fixed.
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.