Skip to content

Ajout d'un champs indexé au grid de la vue search d'oro

Jonathan edited this page Aug 30, 2024 · 1 revision

Pour ajouter un champs déjà présent dans l'indexation au grid de la vue search :

1. Ajouter le(s) champs à la configuration du datagrid dans datagrids.yml :

    frontend-product-search-grid:
        source:
            query:
                select:
                    - integer.test_field as test_field
        properties:
            test_field: ~