Enhanced Search: Frequency Ranking and In-Message Querying #324 #329
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi @enricoros, congrats on the latest release. Awesome work. Let's keep the momentum going:
This pull request introduces search functionality within conversations. Building upon the existing feature set, we now offer users the ability to search not only by conversation titles but also within the entire text of the messages. Moreover, the search results are now ranked by the frequency of the search term occurrence, providing a more intuitive and relevant browsing experience.
Key Features:
In-depth search capability that scans through both conversation titles and message contents.
Ranking algorithm that sorts conversations based on the number of times the search term appears, prioritizing the most relevant discussions.
Exclusion of search results with zero frequency to maintain a focused and clutter-free search outcome.
These improvements aim to streamline user workflows, allowing for quicker access to pertinent information and more efficient management of conversations. Whether it's exporting, deleting, or simply navigating through chats, users can now do so with an enhanced level of precision and ease.
This update is part of PR #324 and is ready for review and integration into the main branch.