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
---
- 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
toLOW_SEARCH_RANKING