Skip to content

Commit

Permalink
chore(search): updated searched fields (#10597)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Dec 31, 2024
1 parent 431c451 commit 066d61a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ export class ElasticSearchCollectivesAdapter implements ElasticSearchModelAdapte
createdAt: 0,
updatedAt: 0,
deactivatedAt: 0,
id: 0,
};

public async findEntriesToIndex(options: FindEntriesToIndexOptions = {}) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ export class ElasticSearchOrdersAdapter implements ElasticSearchModelAdapter {
FromCollectiveId: 0,
HostCollectiveId: 0,
ParentCollectiveId: 0,
CreatedByUserId: 0,
createdAt: 0,
updatedAt: 0,
};
Expand Down

0 comments on commit 066d61a

Please sign in to comment.