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

cpliakas’s picture

Good 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

cpliakas’s picture

Component: Code (functionality) » Code
Status: Active » Postponed

Any 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.

cpliakas’s picture

Status: Postponed » Active

Accidentally changed status.

cpliakas’s picture

Status: Active » Closed (won't fix)

Coming 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