Skip to content

Commit

Permalink
Merge pull request #1 from fgravin/fix-format
Browse files Browse the repository at this point in the history
Fix formatting
  • Loading branch information
gkeimeHDF committed Oct 18, 2023
2 parents 4b4552c + 5a52a41 commit dddbe48
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion libs/api/repository/src/lib/gn4/elasticsearch/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const ES_SOURCE_SUMMARY = [
'cl_maintenanceAndUpdateFrequency',
'tag',
'MD_LegalConstraintsUseLimitationObject',
'qualityScore'
'qualityScore',
]

export const ES_QUERY_STRING_FIELDS = [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -436,12 +436,12 @@ describe('ElasticsearchService', () => {
'contact.organisation',
'contact.email',
'userSavedCount',
"updateFrequency",
"cl_topic",
"cl_maintenanceAndUpdateFrequency",
"tag",
"MD_LegalConstraintsUseLimitationObject",
"qualityScore",
'updateFrequency',
'cl_topic',
'cl_maintenanceAndUpdateFrequency',
'tag',
'MD_LegalConstraintsUseLimitationObject',
'qualityScore',
],
query: {
bool: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export class ResultsListItemComponent implements OnChanges, AfterViewInit {
this.cardRef.clear()
const componentFactory =
this.cardRef.createComponent<RecordPreviewComponent>(resolver)
componentFactory.instance.metadataQualityDisplay = this.metadataQualityDisplay
componentFactory.instance.metadataQualityDisplay =
this.metadataQualityDisplay
componentFactory.instance.record = this.record
componentFactory.instance.favoriteTemplate = this.favoriteTemplate
componentFactory.instance.mdSelect.subscribe((record) =>
Expand Down

0 comments on commit dddbe48

Please sign in to comment.