Problem/Motivation

I have a views/search_api/facets search page but i need to retrieve these same results programmatically. Closest I have found is this page: https://www.drupal.org/node/2864002; but although it shows how to show (??) facet options it doesn't show how to use a facet to filter.

Any hints?

Comments

liquidcms created an issue. See original summary.

liquidcms’s picture

nvm, found it:

$facet = Drupal\facets\Entity\Facet::load('content_type');
$query->addCondition($facet->getFieldIdentifier(), 'page');
liquidcms’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

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