fabarea/vidi

StandardFacet for categories doesn’t work

Opened this issue · 1 comments

I tried the following (to only have predefined categories as facets):

        \Fab\Vidi\Facet\StandardFacet::class => [
            'name' => 'categories',
            'label' => 'Kategorie',
            'suggestions' => [
                '156' => 'foo',
                '157' => 'bar'
            ]
        ],

But the facet doesn’t show at all. How to do that?

Maybe this problem is different than it appears:
See #206