We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3f2af commit 07c4ab0Copy full SHA for 07c4ab0
2 files changed
docs/content.en/docs/release-notes/_index.md
@@ -41,6 +41,7 @@ Information about release notes of Coco Server is provided here.
41
- fix: service switching error #539
42
- fix: switch server assistant and session unchanged #540
43
- fix: history list height #550
44
+- fix: secondary page cannot be searched #551
45
46
### ✈️ Improvements
47
src/components/Search/Search.tsx
@@ -64,7 +64,6 @@ function Search({
64
const getSuggest = useCallback(
65
async (searchInput: string) => {
66
if (!searchInput) return;
67
- if (sourceData) return;
68
69
let response: SearchResponse;
70
if (isTauri) {
0 commit comments