Skip to content

Commit

Permalink
Merge pull request #105 from antiseptikk/patch-1
Browse files Browse the repository at this point in the history
Fix documentation: "extending the result entity"
  • Loading branch information
maximehuran committed Jan 6, 2022
2 parents d7feaa8 + 016a412 commit 732b0fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,11 @@ services:
port: '%env(MONSIEURBIZ_SEARCHPLUGIN_ES_PORT)%'
elastically_mappings_directory: '%kernel.project_dir%/vendor/monsieurbiz/sylius-search-plugin/src/Resources/config/elasticsearch/mappings'
elastically_index_class_mapping:
documents-it_it: \App\SearchPlugin\Model\Result
documents-fr_fr: \App\SearchPlugin\Model\Result
documents-fr: \App\SearchPlugin\Model\Result
documents-en: \App\SearchPlugin\Model\Result
documents-en_us: \App\SearchPlugin\Model\Result
documents-it_it: App\SearchPlugin\Model\Document\Result
documents-fr_fr: App\SearchPlugin\Model\Document\Result
documents-fr: App\SearchPlugin\Model\Document\Result
documents-en: App\SearchPlugin\Model\Document\Result
documents-en_us: App\SearchPlugin\Model\Document\Result
elastically_bulk_size: 100
```

Expand Down

0 comments on commit 732b0fd

Please sign in to comment.