Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to ui/src/app/facet_framework/filter.service.ts
  2. Add logic to send the filter, normally it would be on buildSearchQueryFacets
  3. Go to server/qpl-elastic/elasticPayloadBuilder.js
  4. Add the new facet query in buildQueryAggregation
  5. Add the new filter in buildQueryFilter


Note

Facet query and filter only implement in Elasticsearch for the moment

Info

These are the basic steps to add a new facet, more complex facets, may required assistance from the development team.

...