Hi there,
Great module, thank you for your contribution!
i am finding that when i include a views search query link it doesn't encode properly to a clean url.
For example:
original link in breadcrumb path
service-provider?field_profile_address_administrative_area_1=All&field_geofield_distance%5Borigin%5D=&field_geofield_distance%5Bunit%5D=6371&field_geofield_distance%5Bdistance%5D=1&field_profile_description_value=&combine=&type_3%5B1%5D=1&sort_bef_combine=field_business_name_value+DESC
this gets converted to:
service-provider%3Ffield_profile_address_administrative_area_1%3DAll%3D%26field_geofield_distance%3D6371%26field_geofield_distance%3D1%26field_profile_description_value%3D%26combine%3D%26type_3%3D1%26sort_bef_combine%3Dfield_business_name_value%2BDESC
Any idea how to fix this? :) I would like to have a auto search in the breadcrumbs :)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | panels_breadcrumbs-guery-params-2454329-1.patch | 813 bytes | IreneV |
Comments
Comment #1
capfive commentedany one have any idea on this? would be AWESOME to have a search query as the breadcrumb to improve usability
Comment #2
csunny commentedI also need this. But I think it's not possible with current modules since it doesn't provide a way to pass 'query' as paramater to link generation functions.
Consider other workaround, for example hook_menu_breadcrumb_alter.
Comment #3
csunny commentedThis is what you may need:
Comment #4
capfive commentedWow thanks that looks like it should do the trick! I will test this and let you know how I go!
Comment #5
IreneV commentedComment #6
IreneV commentedFixed
Will be included in next release
Comment #7
pifagor commentedUnfortunately, I do not see the patch commit. Is this issue really patched?
Comment #8
ram4nd commented