Description of the Problem

FacetAPI facets currently do not work on a search page because they only point to the base URL of the search page, excluding the search term.

For example, if my search page is at /search and I search for the term "puppies" I will be redirected to /search/puppies and shown the results. However facets will only use the base /search URL, excluding "puppies". Selecting a facet redirects the browser to /search?<facet query> instead of /search/puppies?<facet query> and no results are returned.

Modules Used

  • search_api-7.x-1.3
  • facetapi-7.x-1.2 (also tried with 7.x-1.x-dev and 7.x-2.x-dev)
  • search_api_page-7.x-1.x-dev

Comments

aaronbauman’s picture

Status: Active » Closed (duplicate)

I believe this is a duplicate of this bug in search_api:
#1817360: search facets link to wrong URL

Leaving assigned to this project in case others are searching this issue queue instead of search_api's.

aaronbauman’s picture