Skip to content

Commit 4c59058

Browse files
committed
fix: broken keyword searching
1 parent d1202e2 commit 4c59058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Operations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const Operations: ComponentType = withSuspensable(() => {
5757
onChange={(e) =>
5858
debouncedSetQueryParams((old) => ({
5959
...old,
60-
document: e.target.value.trim(),
60+
keyword: e.target.value.trim(),
6161
}))
6262
}
6363
onBlur={() => debouncedSetQueryParams.flush()}

0 commit comments

Comments
 (0)