Skip to content

Commit

Permalink
Merge pull request #311 from pantheon-systems/users/kestub/RemoveDupl…
Browse files Browse the repository at this point in the history
…icateSearchQueries

Remove duplicate search query filters.
  • Loading branch information
kevinstubbs authored Sep 5, 2024
2 parents e5e85a3 + ddfaa6e commit 68893a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions starters/nextjs-starter-approuter-ts/app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export default async function SearchPage({ searchParams }) {
publishingLevel: "PRODUCTION",
},
{
tagContains: searchParams.q,
titleContains: searchParams.q,
bodyContains: searchParams.q,
},
true,
Expand Down

0 comments on commit 68893a5

Please sign in to comment.