Skip to content

Commit

Permalink
adds toggle for concepts work
Browse files Browse the repository at this point in the history
  • Loading branch information
kenoir committed Nov 19, 2024
1 parent fda8fa3 commit 5b462aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions toggles/webapp/toggles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ const toggles = {
'Will make use of the V2 auth services in the IIIF Presentation manifest, if they are available. N.B. some V2 services contain invalid data, so it is not safe to turn this on for everyone until all manifests have been regenerated.',
type: 'experimental',
},
{
id: 'conceptsById',
title: 'Concept Pages by ID',
initialValue: false,
description:
'Use the new concept ID filters & aggregatiuons in the search API to query for works & images by ID rather than label.',
type: 'experimental',
},
] as const,
tests: [] as ABTest[],
};
Expand Down

0 comments on commit 5b462aa

Please sign in to comment.