Skip to content

Commit

Permalink
Merge pull request #191 from cbastienbaron/patch-1
Browse files Browse the repository at this point in the history
typo parameter name add_custom_boosts.md
  • Loading branch information
maximehuran committed Oct 9, 2023
2 parents 95a8172 + 7bd82e5 commit c0fe64e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/add_custom_boosts.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ You have 2 parameters to modify the behavior of this boost:

```yaml
monsieurbiz.search.product.is_in_stock_scoring_boost: 0 # The value is used to multiply the document score (0 to disable the scoring boost)
monsieururbiz.search.product.apply_is_in_stock_scoring_boost_on: # The type of request where the boost is applied
monsieurbiz.search.product.apply_is_in_stock_scoring_boost_on: # The type of request where the boost is applied
- !php/const MonsieurBiz\SyliusSearchPlugin\SearchRequestRequestInterface::SEARCH_TYPE
- !php/const MonsieurBiz\SyliusSearchPlugin\SearchRequestInterface::TAXON_TYPE
- !php/const MonsieurBiz\SyliusSearchPlugin\SearchRequestRequestInterface::INSTANT_TYPE
Expand Down

0 comments on commit c0fe64e

Please sign in to comment.