My node currently display some terms related to itself. The link goes to the taxonomy as expected.

My goal is to apply a formatter to that link, as this module does (https://drupal.org/project/taxonomy_to_apachesolr_link), that links to the search based on the clicked taxonomy as a facet applied to the search. Hope you get the idea. If not please ask.

Anyone who has done it? Thanks!

Comments

dasjo’s picture

thanks for you request.

please consider moving this issue to the generic facet api queue. once that ground-functionality is implemented properly, the pretty path functionality will be available for free :)

dasjo’s picture

Assigned: tomasbarrios » Unassigned
Status: Active » Fixed
rv0’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

acouch’s picture

I did a version of this hear: https://github.com/NuCivic/taxonomy_to_facet_link Think this would make sense in Facet API pretty paths as a formatter. This is different from http://drupal.org/project/facet_link_formatter in that it actually gets the Facet API link for the field instead of guessing what it should be.