Skip to content

Add command to store and display previous search history in the database#36

Merged
ykdy3951 merged 5 commits intomainfrom
17-add-command-to-store-and-display-previous-search-history-in-database
Mar 6, 2024
Merged

Add command to store and display previous search history in the database#36
ykdy3951 merged 5 commits intomainfrom
17-add-command-to-store-and-display-previous-search-history-in-database

Conversation

@ykdy3951
Copy link
Copy Markdown
Member

@ykdy3951 ykdy3951 commented Mar 1, 2024

What type of PR is this?:

enhancement

What this PR does / why we need it:

This PR implements a new command to allow users to store and display their previous search history in the database. This feature will provide users with the convenience of accessing their past searches easily and efficiently.

Which issue(s) this PR fixes:

Fixes #17

Special notes for your reviewer:

Users often find it helpful to refer back to their previous search queries for various reasons. By storing this information in the database, users can quickly retrieve and view their search history without the need to re-enter previous search terms repeatedly.

Does this PR introduce a user-facing change?

NONE

Additional documentation:


@ykdy3951 ykdy3951 added the enhancement New feature or request label Mar 1, 2024
@ykdy3951 ykdy3951 added this to the 0.1.2 milestone Mar 1, 2024
@ykdy3951 ykdy3951 self-assigned this Mar 1, 2024
@ykdy3951 ykdy3951 linked an issue Mar 1, 2024 that may be closed by this pull request
Comment thread src/commands/history/mod.rs
Comment thread src/commands/history/mod.rs Outdated
@devleejb devleejb self-requested a review March 2, 2024 05:14
@ykdy3951 ykdy3951 merged commit 9a4ce48 into main Mar 6, 2024
@ykdy3951 ykdy3951 deleted the 17-add-command-to-store-and-display-previous-search-history-in-database branch March 6, 2024 06:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Add command to store and display previous search history in database

2 participants