Latest actual search redirects to 404 error
tassoman - March 13, 2008 - 22:47
| Project: | Faceted Search |
| Version: | 5.x-0.21 |
| Component: | User interface |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Description
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).
#1
If 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.
#2
#3
I 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.
#4
Ah, then if you want to go to
apparel-searchwhen the last search term is removed, just enterapparel-searchas the Start page.#5
I guess this is fixed.
#6
Automatically closed -- issue fixed for two weeks with no activity.