[PR #6314] [MERGED] fix: sort with original row orders #7308

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/6314
Author: @appflowy
Created: 9/15/2024
Status: Merged
Merged: 9/15/2024
Merged by: @appflowy

Base: mainHead: database_filter_sort


📝 Commits (2)

  • 86f362a fix: sort with original row orders
  • d68db8f chore: bump collab

📊 Changes

11 files changed (+156 additions, -116 deletions)

View changed files

📝 frontend/appflowy_tauri/src-tauri/Cargo.lock (+8 -7)
📝 frontend/appflowy_tauri/src-tauri/Cargo.toml (+7 -7)
📝 frontend/appflowy_web_app/src-tauri/Cargo.lock (+8 -7)
📝 frontend/appflowy_web_app/src-tauri/Cargo.toml (+7 -7)
📝 frontend/rust-lib/Cargo.lock (+8 -7)
📝 frontend/rust-lib/Cargo.toml (+7 -7)
📝 frontend/rust-lib/flowy-core/Cargo.toml (+1 -1)
📝 frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs (+100 -69)
📝 frontend/rust-lib/flowy-database2/src/services/filter/controller.rs (+3 -2)
📝 frontend/rust-lib/flowy-database2/src/services/share/csv/export.rs (+7 -1)
📝 frontend/rust-lib/flowy-database2/tests/database/filter_test/advanced_filter_test.rs (+0 -1)

📄 Description

using original row roders to apply sort when there are no sorts


🔄 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/6314 **Author:** [@appflowy](https://github.com/appflowy) **Created:** 9/15/2024 **Status:** ✅ Merged **Merged:** 9/15/2024 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `database_filter_sort` --- ### 📝 Commits (2) - [`86f362a`](https://github.com/AppFlowy-IO/AppFlowy/commit/86f362a683b4ab68601ca2682296982ec6017f92) fix: sort with original row orders - [`d68db8f`](https://github.com/AppFlowy-IO/AppFlowy/commit/d68db8fc6bbe382943671065fb709a4cab434270) chore: bump collab ### 📊 Changes **11 files changed** (+156 additions, -116 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_tauri/src-tauri/Cargo.lock` (+8 -7) 📝 `frontend/appflowy_tauri/src-tauri/Cargo.toml` (+7 -7) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.lock` (+8 -7) 📝 `frontend/appflowy_web_app/src-tauri/Cargo.toml` (+7 -7) 📝 `frontend/rust-lib/Cargo.lock` (+8 -7) 📝 `frontend/rust-lib/Cargo.toml` (+7 -7) 📝 `frontend/rust-lib/flowy-core/Cargo.toml` (+1 -1) 📝 `frontend/rust-lib/flowy-database2/src/services/database/database_editor.rs` (+100 -69) 📝 `frontend/rust-lib/flowy-database2/src/services/filter/controller.rs` (+3 -2) 📝 `frontend/rust-lib/flowy-database2/src/services/share/csv/export.rs` (+7 -1) 📝 `frontend/rust-lib/flowy-database2/tests/database/filter_test/advanced_filter_test.rs` (+0 -1) </details> ### 📄 Description using original row roders to apply sort when there are no sorts --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 23:19:02 +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#7308
No description provided.