mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2026-03-24 21:00:19 +00:00
[GH-ISSUE #2232] [FR] Search v0.1 #915
Labels
No labels
2024
2025
2026
acct mgmt
AI
automation
bug
calendar
ci
CJK
cloud
code-block
collaboration
copy-paste
database
data migration
data sync
deploy
desktop
develop
develop
documentation
duplicate
editor
editor-plugin
emoji
export
files
flutter-only
follow-up
formula
good first issue for devs
good first issue for experienced devs
grid
hacktoberfest
HACKTOBERFEST-ACCEPTED
help wanted
i18n
icons
images
importer
improvements
infra
install
integrations
IR
kanban board
login
look and joy
mentorship
mobile
mobile
needs design
new feature
new feature
non-coding
notes
notifications
onboarding
organization
P0+
permission
platform-linux
platform-mac
platform-windows
plugins
program
pull-request
Q1 25
Q1 26
Q2 24
Q2 25
Q3 24
Q3 25
Q4 24
Q4 25
react
regression
rust
rust
Rust-only
Rust-only
Rust-starter
Rust-starter
self-hosted
shortcuts
side panel
slash-menu
sync v2
table
tablet
task
tauri
templates
tests
themes
translation
v0.5.6
v0.5.8
v0.5.9
v0.6.0
v0.6.1
v0.6.4
v0.6.7
v0.6.8
v0.7.1
v0.7.4
v0.7.4
v0.7.5
v0.7.6
v0.7.7
v0.7.8
v0.8.0
v0.8.4
v0.8.5
v0.8.9
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AppFlowy-IO/AppFlowy#915
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @annieappflowy on GitHub (Apr 11, 2023).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/2232
Originally assigned to: @Xazin, @appflowy on GitHub.
Description
Allow users to search in the workspace using natural language queries
A
Searchbutton can be found on the left panelIt can also be triggered via a shortcut cmd/ctrl + P
When you open the search window, you'll see a list of pages under Recent Pages. These are all pages from your workspace that you've visited lately.
Show the previous search query under Recent Searches in the search window.
Impact
All users who retrieve information through searching with keywords or asking questions
Additional Context
No response
@sudo-saif commented on GitHub (May 14, 2023):
May I ask why this FR is delayed to v0.2.6?
@Xazin commented on GitHub (May 15, 2023):
It's complex to implement, and it is made up of multiple parts that need to come together. Backend design & implementation, UIUX design, and Frontend implementation.
I think v0.2.6 is the goal, but for this to actually be worth it to implement, there are other features that should be prioritized first.
@akaihola commented on GitHub (Jun 10, 2023):
Why
Ctrl-P? Isn't that the shortcut for printing a hard-copy by convention almost on all applications and all platforms?@annieappflowy commented on GitHub (Jun 10, 2023):
So what's the most common shortcut for triggering the search command?
@Xazin commented on GitHub (Jun 10, 2023):
CTRL+K is the most common command for opening up a Command Palette, it's also the most common command for inserting a link if an editor is focused.
CTRL+F is the most common command for document search.
CTRL+Shift+F is the most common command for full workspace search.
@appflowy commented on GitHub (Jul 10, 2023):
I think we can implement the search function with the following steps:
Let’s start with step 1.
I am not sure if the document content search can be a plugin or not. This plugin could index the document and provide the indexing data to be saved on disk. It would allow third-party developers to index the document if they need to. In AppFlowy, we can store the indexing data in the backend.
@MayurSMahajan commented on GitHub (Jul 10, 2023):
Currently, I am working on a Find and Replace handler in the editor (this feature allows users to search within a document), I am using Ctrl+F and Ctrl+H for them. So we should use Ctrl+Shift+F for implementing this feature.
@Xazin commented on GitHub (Jul 10, 2023):
Can you hit me up on discord about this. We might need to consider some things when implementing the built-in document search for the editor.
@Mojicode commented on GitHub (Sep 12, 2023):
delay again...
@rileyhawk1417 commented on GitHub (Oct 24, 2023):
There's a lot of moving parts that need to come together. Eventually it will come through
@lmk0724 commented on GitHub (Nov 8, 2023):
waiting
@mauxdev commented on GitHub (Nov 11, 2023):
It's a important feature. I think, without this AppFlowy cannot use with many notes.
@SimDav888 commented on GitHub (Dec 6, 2023):
Thanks a lot to the team. the lack of this function is this only reason why i still use notion ...
@sudo-saif commented on GitHub (Dec 6, 2023):
@SimDav888 +1, can't believe that such an extremely important feature is not implemented yet, I wonder how appflowy team prioritize their development efforts.
@SimDav888 commented on GitHub (Dec 6, 2023):
Come on... dev is hard. I can imagine they had other priorities. For instance, the app looks very good and has a ios and android version. It s already a great achievement. All dev thanks you for the good work please don t give up on us little users
@louisjg commented on GitHub (Dec 6, 2023):
I just installed appflowy a few minutes ago and thought it was cool until I tried to search for something. Search is basic expected functionality for notes and such. TBH, I was shocked it's not here yet.
Please consider adding this basic functionality ASAP.
@FlorinZai commented on GitHub (Dec 7, 2023):
Just installed this app a few minutes ago like louisjg says. I created a few notes and wanted to search but the functionality is missing. Can't replace notion without this basic feature
@thewh1teagle commented on GitHub (Jan 11, 2024):
Can't use AppFlowy currenly without this feature. I write many notes... and navigate between
I would add also CTRL + P like in VSCode which let you open file by title
@mkrzych commented on GitHub (Feb 18, 2024):
Hey, just wanted to highlight the priority of this feature. The ability to search through the notes is my main blocker to migrate from iOS/Mac notes.... The search needs to be robust and ideally should be integrated with Mac/iOS search.
@dandv commented on GitHub (Dec 10, 2024):
@annieappflowy can you please provide a brief summary of how this feature works? Neither Ctrl+P nor Ctrl+K do anything in 0.7.6 on Linux/KDE, and this issue comes up in searches before any docs that might reveal the non-standard hotkey for workspace-wide search.