Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 447 Bytes

2020-10-23-fix-typo-in-searchranking-const.md

File metadata and controls

11 lines (11 loc) · 447 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 5 column 16
---
title: Fix typo in SearchRanking const
issue: NEXT-11637
author: Rune Laenen
author_email: [email protected] 
author_github: @runelaenen
---

Core

  • Deprecated const \Shopware\Core\Framework\DataAbstractionLayer\Field\Flag\SearchRanking::LOW_SEARCH_RAKING
  • Added const \Shopware\Core\Framework\DataAbstractionLayer\Field\Flag\SearchRanking::LOW_SEARCH_RANKING
  • Changed current usage of const LOW_SEARCH_RAKING to LOW_SEARCH_RANKING