Closed (won't fix)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
25 Nov 2011 at 14:33 UTC
Updated:
8 Sep 2017 at 10:13 UTC
I have a views Search page with enabled facets through facet api (and Search API).
The breadcrumbs start with $item['title'] in setBreadcrumb() in url_processor_standard.inc. But this $item['title'] is the Views' "display title", not the actual page title you want to show to visitors.
Example:
- Views display: "Page: Brands"
- Title: "Brands"
FacetAPI breadcrumb:
- Expected: "Brands"
- Actual: "Page: Brands"
A temporary solution is to rename my "Page: Brands" also to "Brands", but is not right.
Comments
Comment #1
cpliakas commentedGood catch. I would be interested in seeing patches from people who use this setup to build search pages so we can hash out all scenarios to make sure the solution is truly generic.
Thanks,
Chris
Comment #2
cpliakas commentedAny takers? I won't be working on this issue, so if this is an itch you need to scratch feel free to post a patch.
Comment #3
cpliakas commentedAccidentally changed status.
Comment #4
cpliakas commentedComing back to this, I think the bug is actually outdated because the code producing this is issue is no longer in Facet API. See the patch committed at #1693202-3: The 'Site' portion of the breadcrumb is duplicated. Respectfully marking as "won't fix" for lack of a better option.
Thanks,
Chris