feat: ship creator journey v2 and profile updates
This commit is contained in:
@@ -27,14 +27,22 @@ class ConfigureMeilisearchIndex extends Command
|
||||
private const SORTABLE_ATTRIBUTES = [
|
||||
'created_at',
|
||||
'published_at_ts',
|
||||
'missing_thumbnail_rank',
|
||||
'trending_score_24h',
|
||||
'trending_score_7d',
|
||||
'favorites_count',
|
||||
'downloads_count',
|
||||
'awards_received_count',
|
||||
'awards_score_7d',
|
||||
'awards_score_30d',
|
||||
'views',
|
||||
'likes',
|
||||
'downloads',
|
||||
'ranking_score',
|
||||
'engagement_velocity',
|
||||
'shares_count',
|
||||
'comments_count',
|
||||
'heat_score',
|
||||
];
|
||||
|
||||
/**
|
||||
@@ -44,6 +52,11 @@ class ConfigureMeilisearchIndex extends Command
|
||||
'id',
|
||||
'is_public',
|
||||
'is_approved',
|
||||
'is_mature',
|
||||
'is_mature_effective',
|
||||
'maturity_level',
|
||||
'maturity_status',
|
||||
'has_missing_thumbnails',
|
||||
'category',
|
||||
'content_type',
|
||||
'tags',
|
||||
|
||||
Reference in New Issue
Block a user