Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement search functionality #45

Merged
merged 3 commits into from
Mar 16, 2024

Conversation

nur-haziq
Copy link

@nur-haziq nur-haziq commented Mar 16, 2024

Users are now able to search for items by running the following command:

search ITEM_NAME

Notes:

  • Search is case sensitive
  • Search only searches for a matching item name, and not a matching description
  • JUnit tests for search methods will be added later

@nur-haziq nur-haziq linked an issue Mar 16, 2024 that may be closed by this pull request
Copy link

@PureUsagi PureUsagi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code is neat and complies with coding standard. Good Job!

@PureUsagi PureUsagi merged commit 8bdd50f into AY2324S2-CS2113T-T09-2:master Mar 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement search functionality
2 participants