Skip to content

Commit

Permalink
fix: reorder priorities
Browse files Browse the repository at this point in the history
  • Loading branch information
kpostekk committed Nov 24, 2023
1 parent a8e4f79 commit 75abbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nest/src/meilisearch/meilisearch.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export class MeilisearchService extends MeiliSearch implements OnModuleInit {
50_000, // limit to 50k events
)
await this.eventIndex.updateSearchableAttributes([
'code',
'subject',
'groups',
'hosts',
'code',
'subject',
'type',
'startsAt',
'plDate',
Expand Down

0 comments on commit 75abbef

Please sign in to comment.