Closed (works as designed)
Project:
Facet API
Version:
7.x-1.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Jan 2013 at 15:45 UTC
Updated:
8 Sep 2017 at 10:13 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedThe problem is in the
class CurrentSearchItemActive extends CurrentSearchItem {and function execute():The 'path' is simply a link to itself, instead of to *remove* itself.
Comment #2
Anonymous (not verified) commentedIt actually happens to all links, not just the current search blocks.
Comment #3
guillaumev commentedJust marked http://drupal.org/node/1893686 as a duplicate
Comment #4
guillaumev commentedThis is actually a Search API 1.4 issue. Using the attached patch will fix it, but I'm not sure it is the right approach...
Comment #5
Anonymous (not verified) commentedSeems to be an issue with FacetAPI Pretty path's "basePath".
Comment #5.0
Anonymous (not verified) commentedUpdated issue summary.