Creating a menu link to a result
miiimooo - May 20, 2009 - 17:43
| Project: | Faceted Search |
| Version: | 6.x-1.0-beta2 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm trying to create a menu item that links to a taxonomy result - I have tried a couple of variations. My search results are under publications/results
- publications/results/taxonomy:152
- Should work but gives
The path '/results/taxonomy:152' is either invalid or you do not have access to it.
- publications/results/taxonomy%3A152
- Is silently dropped by the menu system - I think it's some XSS check
- http://mydomain.com/publications/results/taxonomy%3A152
- Works but is not very pretty

#1
Any updates on this? I have the same problem and can't figure out what is the problem and how to fix it.
#2
Having the same problem, any suggestions?
thx
#3
subscribe
#4
I read somewhere about a workaround using an alias - tried but doesn't work.
I've posted a bug report/feature request in the menu issue queue because I think it's core problem. Let's see if something happens. Otherwise I don't know.. Maybe worth bugging David to change the characters used.
#568244: invalid path / no access
#5
subscribing
#6
subscribing
I consider this critical issue, since using absolute paths would complicate many things during site development.
#7
I have found a solution for this by accident. Add a space after the path and the Drupal menu system will be happy: "publications/results/taxonomy:152 " (without the quotes).
Let me know if it worked for you.
Laszlo
www.safecosmeticshop.com
#8
That appears to work for me. Have only tested one facet.