Skip to content

Commit

Permalink
adding facets
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Apr 15, 2021
1 parent f8e7ff2 commit d4662f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def index
"organizationTypes" => organization_types,
"focusAreas" => focus_areas,
"nonProfitStatuses" => non_profit_statuses,
"hasRequiredContacts" => has_required_contacts,
}.compact

options[:links] = {
Expand Down
1 change: 1 addition & 0 deletions app/controllers/v3/providers_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def index
"organizationTypes" => organization_types,
"focusAreas" => focus_areas,
"nonProfitStatuses" => non_profit_statuses,
"hasRequiredContacts" => has_required_contacts,
}.compact

options[:links] = {
Expand Down

0 comments on commit d4662f4

Please sign in to comment.