{props.icon && {props.icon}}
@@ -80,13 +80,17 @@ export function CatalogSearchResultListItem(
primaryTypographyProps={{ variant: 'h6' }}
primary={
props.highlight?.fields.title ? (
-
+
+
+
) : (
- result.title
+
+ {result.title}
+
)
}
secondary={
@@ -112,6 +116,6 @@ export function CatalogSearchResultListItem(