Skip to content

Commit

Permalink
doc: update the doc with the new setting for config
Browse files Browse the repository at this point in the history
  • Loading branch information
delyriand committed Jul 24, 2023
1 parent db84eb7 commit 1d288b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/add_custom_values.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

In our example we will add the `short_description` product field to the indexed content.

- [Use event listener to change the product mapping](../dist/src/Search/EventListener/AppendProductMappingSubscriber.php)
- [Add your elasticsearch config path in `monsieurbiz_sylius_search.elastically_configuration_paths`](../dist/config/packages/monsieurbiz_sylius_search_plugin.yaml#L9)
- [Extends the product mapping to add the field](../dist/src/Resources/config/elasticsearch/monsieurbiz_product_mapping.yaml)
- [Add a decorator for ProductMapperConfiguration](../dist/src/Resources/config/services.yaml)
- [Create DecorateProductMapperConfiguration class](../dist/src/Search/Automapper/DecorateProductMapperConfiguration.php)

Expand Down

0 comments on commit 1d288b5

Please sign in to comment.