Skip to content

Commit

Permalink
remove timestamp from query
Browse files Browse the repository at this point in the history
  • Loading branch information
austenem committed Feb 10, 2025
1 parent db4ccf2 commit 98468a9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions context/app/static/js/components/home/RecentEntities/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,7 @@ export const recentPublicationsQuery: SearchRequest = {
},
],
size: 6,
_source: [
'uuid',
'title',
'contributors',
'publication_status',
'publication_venue',
'publication_date',
'published_timestamp',
],
_source: ['uuid', 'title', 'contributors', 'publication_status', 'publication_venue', 'publication_date'],
};

// Fetches the most recent datasets with a visualization
Expand Down

0 comments on commit 98468a9

Please sign in to comment.