From 5b462aa01dcfd1a662a30f18e26141dd34f554cb Mon Sep 17 00:00:00 2001 From: Robert Kenny Date: Tue, 19 Nov 2024 13:15:52 +0000 Subject: [PATCH] adds toggle for concepts work --- toggles/webapp/toggles.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/toggles/webapp/toggles.ts b/toggles/webapp/toggles.ts index 184fc62065..a75c20fd0f 100644 --- a/toggles/webapp/toggles.ts +++ b/toggles/webapp/toggles.ts @@ -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[], };