2 votes

Facet Extensions

Extensions for faceted searches in Umbraco.

This package is supported on Umbraco 8.1+ and requires Examine.Facets 1.1.0+.

Usage

Read the Examine Facets docs for information about performing a search.

Normally it is possible to get a list of facets from a result like this: results.GetFacet(string field);

Facet Extensions makes it possible to map facet results to any given type, including IPublishedContent. The values of the facets will be returned as an IEnumerable<T>.

results.GetFacet<T>(string field);

Screenshots

 Download package
version 1.1.0

NuGet install instructions for Umbraco 8.1.0-8.18.13

Install-Package Our.Umbraco.Extensions.Facets

Package owner

Callum Whyte

Callum Whyte

Callum has 290 karma points

Package Compatibility

This package is compatible with the following versions as reported by community members who have downloaded this package:
Untested or doesn't work on Umbraco Cloud
Version 8.18.x (100%)

You must login before you can report on package compatibility.

Previously reported to work on versions: 8.17.x, 8.16.x, 8.15.x, 8.14.x, 8.13.x, 8.12.x, 8.11.x, 8.10.x, 8.9.x, 8.8.x, 8.7.x, 8.6.x, 8.5.x, 8.4.x, 8.3.x, 8.2.x, 8.1.x

Package Information

  • Package owner: Callum Whyte
  • Created: 23/01/2021
  • Current version 1.1.0
  • .NET version 4.7.2
  • License MIT
  • Downloads on Our: 148
  • Downloads on NuGet: 4.5K
  • Total downloads : 4.6K

External resources