Quantcast
Channel: Optimizely Search & Navigation
Viewing all articles
Browse latest Browse all 6894

Facets on nested classes

$
0
0

Hi,

we custom indexing our Commerce catalog.  The items that we need to build facets on are in the nested classes.

e.g.

public GameProduct
{    public List<GameVarient> varients;
} 
public GameVarient
{ public List<string> Countries;
public int Genre;
}

The search indexes the GameProduct and we would like to build facets based on the Genre in the GameVarient class.

It seems that this is not possible to do in EPiServer Find although its possible in Elastic Search?

A solution would be to roll up the Genre to the top level class, but unfortunately we perform filtering on the countries.

Any help or feedback would be appreciated.

Thanks


Viewing all articles
Browse latest Browse all 6894

Trending Articles