Skip to content

Commit

Permalink
src/config.ts - extend and reorder filterable and searchable fields
Browse files Browse the repository at this point in the history
As per issue OBO #26
  • Loading branch information
Nick Stokoe committed Dec 21, 2023
1 parent 1938552 commit 161f296
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,11 @@ export const config: ConfigData = new ConfigData({
htmlTitle: 'Owned by Oxford',
fields: fields,
filterableFields: [
'combinedActivities', 'primaryActivity', 'secondaryActivities', 'orgStructure'
'natureOfOrganisation', 'primaryActivity', 'combinedActivities', 'orgStructure'
],
searchedFields: [
'name', 'street', 'locality', 'postcode', 'description', 'combinedActivities', 'orgStructure',
'name', 'street', 'locality', 'postcode', 'description',
'natureOfOrganisation', 'combinedActivities', 'orgStructure',
],
languages: ['EN'],
language: 'EN',
Expand Down

0 comments on commit 161f296

Please sign in to comment.