You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue created thanks to the feedback of @sampaccoud
Is your feature request related to a problem or unsupported use case? Please describe.
The current document search functionality returns an overwhelming number of results since we added sub-docs to the results, making it difficult to quickly locate relevant documents especially since sub-docs can have more generic names. Users struggle to find the right doc (e.g., Meeting Notes) without opening each one individually. This inefficiency leads to frustration and wasted time.
Describe the solution you'd like
To address this issue, we propose implementing the following filters to refine search results:
Quick Wins:
Ownership Filter:
Add a toggle to filter between:
"My documents" (documents created by the user).
"Documents shared with me" (documents shared by others).
This will help users focus on their own work or shared content.
This will help users quickly identify primary documents versus supporting files.
Favorites Filter:
Add a toggle to show only "Favorited documents".
This will allow users to prioritize frequently accessed or critical documents.
Advanced Filters (Second Phase):
Person-Based Filter:
Introduce a syntax or dropdown to filter documents associated with a specific person (e.g. owner, shared by).
Example: owner:JohnDoe or shared_by:JaneSmith.
This will help users find documents based on team members involved.
Date Range Filter:
Add options to filter documents by:
Creation date (e.g., documents created between MM/DD/YYYY and MM/DD/YYYY).
Last modified date (e.g., documents updated in the last 7 days).
This will help users narrow down results to recent or historically relevant documents.
Considered Drawbacks:
Over-filtering could potentially hide relevant results if users apply too many constraints. However, this risk is mitigated by making filters optional and combinable.
Feature Request
Issue created thanks to the feedback of @sampaccoud
Is your feature request related to a problem or unsupported use case? Please describe.
The current document search functionality returns an overwhelming number of results since we added sub-docs to the results, making it difficult to quickly locate relevant documents especially since sub-docs can have more generic names. Users struggle to find the right doc (e.g., Meeting Notes) without opening each one individually. This inefficiency leads to frustration and wasted time.
Describe the solution you'd like
To address this issue, we propose implementing the following filters to refine search results:
Quick Wins:
Ownership Filter:
This will help users focus on their own work or shared content.
Document Hierarchy Filter: Implemented here : ✨(frontend) add top parent on sub docs search #1952
Favorites Filter:
Advanced Filters (Second Phase):
Person-Based Filter:
owner:JohnDoeorshared_by:JaneSmith.Date Range Filter:
MM/DD/YYYYandMM/DD/YYYY).Considered Drawbacks: