Commit 6eb75389 authored by Karl Shea's avatar Karl Shea Committed by Thomas Seiber
Browse files

Follow-up to #2159827 by KarlShea, drunken monkey: Fixed search base path in Facet API adapter.

parent 3e0c6ce4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ class SearchApiViewsQuery extends views_plugin_query {
    }

    // Store the Views base path, if we have one.
    $path = $this->view->get_path();
    $path = $this->view->get_url();
    if ($path) {
      $this->query->setOption('search_api_base_path', $path);
    }