[PR #5624] [MERGED] chore: enable cloud search #6923

Closed
opened 2026-03-23 23:17:17 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/5624
Author: @Xazin
Created: 6/25/2024
Status: Merged
Merged: 6/25/2024
Merged by: @Xazin

Base: mainHead: chore/enable-cloud-search


📝 Commits (2)

  • 78a8300 chore: enable cloud search
  • 1d3c823 fix: filter received msgs by query

📊 Changes

7 files changed (+47 additions, -31 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart (+11 -6)
📝 frontend/appflowy_flutter/lib/workspace/application/command_palette/search_listener.dart (+7 -7)
📝 frontend/appflowy_flutter/lib/workspace/presentation/command_palette/command_palette.dart (+2 -1)
📝 frontend/appflowy_flutter/lib/workspace/presentation/command_palette/widgets/search_result_tile.dart (+17 -11)
📝 frontend/rust-lib/flowy-core/src/deps_resolve/search_deps.rs (+5 -5)
📝 frontend/rust-lib/flowy-search/src/entities/notification.rs (+3 -0)
📝 frontend/rust-lib/flowy-search/src/services/manager.rs (+2 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/5624 **Author:** [@Xazin](https://github.com/Xazin) **Created:** 6/25/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@Xazin](https://github.com/Xazin) **Base:** `main` ← **Head:** `chore/enable-cloud-search` --- ### 📝 Commits (2) - [`78a8300`](https://github.com/AppFlowy-IO/AppFlowy/commit/78a83006f876120da4c9af078c936725fe4be1e1) chore: enable cloud search - [`1d3c823`](https://github.com/AppFlowy-IO/AppFlowy/commit/1d3c82311a1f197d035ea5f0a525f630aac9c530) fix: filter received msgs by query ### 📊 Changes **7 files changed** (+47 additions, -31 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/workspace/application/command_palette/command_palette_bloc.dart` (+11 -6) 📝 `frontend/appflowy_flutter/lib/workspace/application/command_palette/search_listener.dart` (+7 -7) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/command_palette/command_palette.dart` (+2 -1) 📝 `frontend/appflowy_flutter/lib/workspace/presentation/command_palette/widgets/search_result_tile.dart` (+17 -11) 📝 `frontend/rust-lib/flowy-core/src/deps_resolve/search_deps.rs` (+5 -5) 📝 `frontend/rust-lib/flowy-search/src/entities/notification.rs` (+3 -0) 📝 `frontend/rust-lib/flowy-search/src/services/manager.rs` (+2 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:17:17 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6923
No description provided.