From 79dfce74a8f661026e2f2f8fd73d5ad1c90f902d Mon Sep 17 00:00:00 2001 From: Jennifer Chen Date: Thu, 26 Feb 2026 10:22:28 -0800 Subject: [PATCH] Use abbreviated pub full name in search facet --- src/api/search/types.ts | 1 + src/components/SearchFacet/config.ts | 2 +- src/components/SearchFacet/types.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/api/search/types.ts b/src/api/search/types.ts index cd06edf47..68afcab49 100644 --- a/src/api/search/types.ts +++ b/src/api/search/types.ts @@ -108,6 +108,7 @@ export type FacetField = | 'author_facet' | 'bibgroup_facet' | 'bibstem_facet' + | 'pub_abbrev' | 'data_facet' | 'keyword_facet' | 'vizier_facet' diff --git a/src/components/SearchFacet/config.ts b/src/components/SearchFacet/config.ts index 90510a611..82927c825 100644 --- a/src/components/SearchFacet/config.ts +++ b/src/components/SearchFacet/config.ts @@ -58,7 +58,7 @@ export const facetConfig: Record