Skip to content

Commit

Permalink
[shopsys] Luigi's Box now searches through all the searchable entitie…
Browse files Browse the repository at this point in the history
…s (#3047)
  • Loading branch information
TomasLudvik authored Mar 13, 2024
2 parents ca3ab90 + f443df4 commit d8e42c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Model/LuigisBoxArticleFeedItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

class LuigisBoxArticleFeedItem implements FeedItemInterface
{
public const UNIQUE_BLOG_ARTICLE_IDENTIFIER_PREFIX = 'blog_article-';
public const UNIQUE_ARTICLE_IDENTIFIER_PREFIX = 'article-';
public const UNIQUE_BLOG_ARTICLE_IDENTIFIER_PREFIX = 'blog_article';
public const UNIQUE_ARTICLE_IDENTIFIER_PREFIX = 'article';
protected const SMALL_IMAGE_SIZE = 100;
protected const MEDIUM_IMAGE_SIZE = 200;
protected const LARGE_IMAGE_SIZE = 600;
Expand Down

0 comments on commit d8e42c6

Please sign in to comment.