Skip to content

Commit

Permalink
fix search facet links
Browse files Browse the repository at this point in the history
  • Loading branch information
whunter committed Dec 17, 2024
1 parent 4537a10 commit e07dbe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/CollapsibleCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,10 @@ export default function CollapsibleCard({
} else if (facetSearchItems.includes(key)) {
return (
<div key={index}>
<a href="/search" rel="noopener noreferrer">
<a
href={`/search?q=&field=all&view=Gallery&${key}=${value}`}
rel="noopener noreferrer"
>
{value}
</a>
</div>
Expand Down

0 comments on commit e07dbe1

Please sign in to comment.