Skip to content

Commit

Permalink
turns on zipcode search
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed May 23, 2024
1 parent 504781e commit 548a8b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en-us.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
subtitle: 'Find Out-of-School Time activities for children',
noResults: "We're sorry, there are no results for that search. Adjust the filters you've selected and try again.",
searchPlaceholders: {
all: 'Search by address or program name',
all: 'Search by address, zipcode or program name',
},
},
eligibility: 'Eligibility',
Expand Down
4 changes: 3 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ pinboard({
category: 'rf-ost',
},
// anySearch: true,
allowZipcodeSearch: true,
allowPrint: true,
showBuffers: true,
resetDataOnGeocode: true,
Expand All @@ -59,6 +60,7 @@ pinboard({
searchBar: {
searchTypes: [
'address',
'zipcode',
'keyword',
],
searchDistance: 3,
Expand All @@ -69,7 +71,7 @@ pinboard({
tags: [
{
type: 'value',
field: 'programname',
field: 'ProgramLocatorActivityName',
},
],
},
Expand Down

0 comments on commit 548a8b1

Please sign in to comment.