Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StandardFacet for categories doesn’t work #203

Open
klodeckl opened this issue Mar 25, 2021 · 1 comment
Open

StandardFacet for categories doesn’t work #203

klodeckl opened this issue Mar 25, 2021 · 1 comment

Comments

@klodeckl
Copy link

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?

@mediaessenz
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants