Skip to content

Commit

Permalink
Merge pull request #2824 from alphagov/changes-to-ova-finder
Browse files Browse the repository at this point in the history
Add facet values to OVA finder
  • Loading branch information
lauraghiorghisor-tw authored Aug 2, 2024
2 parents 9bca17e + 79d4e57 commit ee671e4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3928,7 +3928,9 @@
"enum": [
"drop-in-centres",
"leisure-activities",
"volunteering-opportunities"
"volunteering-opportunities",
"LGBT-support",
"women-veterans-support"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4076,7 +4076,9 @@
"enum": [
"drop-in-centres",
"leisure-activities",
"volunteering-opportunities"
"volunteering-opportunities",
"LGBT-support",
"women-veterans-support"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3758,7 +3758,9 @@
"enum": [
"drop-in-centres",
"leisure-activities",
"volunteering-opportunities"
"volunteering-opportunities",
"LGBT-support",
"women-veterans-support"
]
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,9 @@
"allowed_values": [
{"label": "Drop-in centres", "value": "drop-in-centres"},
{"label": "Leisure activities", "value": "leisure-activities"},
{"label": "Volunteering opportunities", "value": "volunteering-opportunities"}
{"label": "Volunteering opportunities", "value": "volunteering-opportunities"},
{"label": "LGBT+ support", "value": "LGBT-support"},
{"label": "Women veterans support", "value": "women-veterans-support"}
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3276,6 +3276,8 @@
"drop-in-centres",
"leisure-activities",
"volunteering-opportunities",
"LGBT-support",
"women-veterans-support",
],
},
},
Expand Down

0 comments on commit ee671e4

Please sign in to comment.