Skip to content

Commit

Permalink
Remove duplicate search query filters.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinstubbs committed Sep 5, 2024
1 parent e5e85a3 commit ddfaa6e
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 ddfaa6e

Please sign in to comment.