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 4bac3f2 + 4c59058 commit 2cccdc0Copy full SHA for 2cccdc0
src/components/Operations.tsx
@@ -57,7 +57,7 @@ export const Operations: ComponentType = withSuspensable(() => {
57
onChange={(e) =>
58
debouncedSetQueryParams((old) => ({
59
...old,
60
- document: e.target.value.trim(),
+ keyword: e.target.value.trim(),
61
}))
62
}
63
onBlur={() => debouncedSetQueryParams.flush()}
0 commit comments