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 snippet search for very long snippets
issue: NEXT-34419
author: Altay Akkus
author_email: [email protected]
author_github: @AltayAkkus
---
- Changed
Shopware\Core\System\Snippet\Filter\TermFilter
andShopware\Core\System\Snippet\Filter\NamespaceFilter
so they can handle large snippets. - Deprecated
Shopware\Core\System\Snippet\Exception\FilterNotFoundException
, which will be removed in v6.7.0.0. UseShopware\Core\System\Snippet\SnippetException::filterNotFound
instead. - Deprecated
Shopware\Core\System\Snippet\Exception\InvalidSnippetFileException
, which will be removed in v6.7.0.0. UseShopware\Core\System\Snippet\SnippetException::invalidSnippetFile
instead.
- Removed
Shopware\Core\System\Snippet\Exception\FilterNotFoundException
. UseShopware\Core\System\Snippet\SnippetException::filterNotFound
instead. - Removed
Shopware\Core\System\Snippet\Exception\InvalidSnippetFileException
. UseShopware\Core\System\Snippet\SnippetException::invalidSnippetFile
instead.