Skip to content

Commit

Permalink
Merge pull request #369 from shinyichen/collection-example
Browse files Browse the repository at this point in the history
update collection examples
  • Loading branch information
shinyichen authored Nov 20, 2023
2 parents 3e426b5 + 88ade07 commit 9561dda
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/SearchExamples/examples.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const examples = {
right: [
{ label: 'citations', text: 'citations(abstract:JWST)' },
{ label: 'refereed', text: 'property:refereed' },
{ label: 'collection', text: 'collection:heliophysics' },
{ label: 'collection', text: 'collection:physics' },
{ label: 'exact search', text: '=body:"reproducibility"' },
{ label: 'institution', text: 'inst:NASA' },
{ label: 'record type', text: 'doctype:software' },
Expand All @@ -71,7 +71,7 @@ export const examples = {
right: [
{ label: 'citations', text: 'citations(abstract:JWST)' },
{ label: 'refereed', text: 'property:refereed' },
{ label: 'collection', text: 'collection:earth' },
{ label: 'collection', text: 'collection:earthscience' },
{ label: 'exact search', text: '=body:"reproducibility"' },
{ label: 'institution', text: 'inst:NASA' },
{ label: 'record type', text: 'doctype:software' },
Expand All @@ -90,7 +90,7 @@ export const examples = {
right: [
{ label: 'citations', text: 'citations(abstract:JWST)' },
{ label: 'refereed', text: 'property:refereed' },
{ label: 'collection', text: 'collection:planet' },
{ label: 'collection', text: 'collection:earthscience' },
{ label: 'exact search', text: '=body:"reproducibility"' },
{ label: 'institution', text: 'inst:NASA' },
{ label: 'record type', text: 'doctype:software' },
Expand All @@ -109,7 +109,7 @@ export const examples = {
right: [
{ label: 'citations', text: 'citations(abstract:JWST)' },
{ label: 'refereed', text: 'property:refereed' },
{ label: 'collection', text: 'collection:biophysical' },
{ label: 'collection', text: 'collection:physics' },
{ label: 'exact search', text: '=body:"reproducibility"' },
{ label: 'institution', text: 'inst:NASA' },
{ label: 'record type', text: 'doctype:software' },
Expand Down

0 comments on commit 9561dda

Please sign in to comment.