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

Modify find command #67

Conversation

Raghava-Chittidi
Copy link

Description

Closes Find internship application feature #66

The previous find command is finding for persons instead of internship applications. Furthermore, it finds them by exact word match which may not be useful. This PR modifies the find command to search for internship applications whose company name contain the search prefix.

Changes made

Previously, the find command finds by exact word matches (case-insensitive). Now, it has been modified to find by search prefix (case-insensitive).

Testing Steps

Only manual testing so far

FindCommandTest's automated tests have been updated accordingly. However, further modifications are required if we switch to searching by prefix.

@Raghava-Chittidi Raghava-Chittidi added the priority.High MUST DO!!! label Oct 14, 2024
@Raghava-Chittidi Raghava-Chittidi added this to the v1.3 milestone Oct 14, 2024
@Raghava-Chittidi Raghava-Chittidi self-assigned this Oct 14, 2024
@ZweZeya ZweZeya merged commit e716d3f into AY2425S1-CS2103T-W09-3:master Oct 15, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High MUST DO!!!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Find internship application feature
2 participants