Skip to content

Commit

Permalink
Merge pull request #342 from NYPL/SCC-4260/rename-fields
Browse files Browse the repository at this point in the history
revert dropdown order and label
  • Loading branch information
dgcohen authored Oct 2, 2024
2 parents 08fb5c1 + fec62e9 commit 8ce83c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const ERROR_MESSAGES = {

export const SEARCH_FORM_OPTIONS = {
all: {
text: "Keyword",
text: "All fields",
searchTip:
"Enter one or more keywords, or use quotes to search for an exact phrase.",
placeholder: 'ex. climate change or "The New York Times"',
Expand All @@ -89,19 +89,19 @@ export const SEARCH_FORM_OPTIONS = {
searchTip: "Enter a title, or use quotes to search for an exact phrase.",
placeholder: 'ex. David Copperfield or "The Jewish Press That Was"',
},
contributor: {
text: "Author/contributor",
searchTip:
"Enter the name of an author, contributor, or organization. Use Last Name, First Name for more accurate results.",
placeholder: "ex. Dickens, Charles or American Law Association",
},
journal_title: {
text: "Journal title",
searchTip:
"Enter a journal or serial title, or use quotes to search for an exact phrase.",
placeholder:
'ex. The New York Times or "The Journal of Clinical Investigation"',
},
contributor: {
text: "Author/contributor",
searchTip:
"Enter the name of an author, contributor, or organization. Use Last Name, First Name for more accurate results.",
placeholder: "ex. Dickens, Charles or American Law Association",
},
// SEARCH TIP CODE
// callnumber: {
// text: "Call number",
Expand Down

0 comments on commit 8ce83c9

Please sign in to comment.