We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 642ebe0 + 3c913bc commit 975c0f1Copy full SHA for 975c0f1
apps/ai-hero/src/app/(content)/lists/[slug]/edit/_components/search-config.tsx
@@ -7,6 +7,7 @@ export default function SearchConfig() {
7
const { excludedIds } = useSelection()
8
return (
9
<Configure
10
+ hitsPerPage={20}
11
filters={
12
excludedIds.length
13
? `type:post && ${excludedIds.map((id) => `id:!=${id}`).join(' && ')}`
0 commit comments