messages implemented
This commit is contained in:
@@ -123,6 +123,21 @@ return [
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
env('SCOUT_PREFIX', env('MEILI_PREFIX', '')) . 'messages' => [
|
||||
'searchableAttributes' => [
|
||||
'body_text',
|
||||
'sender_username',
|
||||
],
|
||||
'filterableAttributes' => [
|
||||
'conversation_id',
|
||||
'sender_id',
|
||||
'has_attachments',
|
||||
],
|
||||
'sortableAttributes' => [
|
||||
'created_at',
|
||||
],
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user