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

Fix cluster command error message and some of user guide #214

Merged

Conversation

alex-setyawan
Copy link
Collaborator

No description provided.

Copy link
Collaborator

@laney0808 laney0808 left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -163,7 +163,7 @@ Format: `find con/[CONDITION], [CONDITION], [CONDITION], ...`
* Only the condition is searched.
* Partial words will be matched e.g. `Cov` will match `Covid`
* Patients matching at least one keyword will be returned (i.e. `OR` search).
e.g. `Covid Dengue` will return patients with address containing `Covid` or `Dengue`.
e.g. `Covid Dengue` will return patients with address containing `Covid` or `Dengue`
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why tho? I tot it's better to have full stop consistently appearing hehe.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Reverted!

# Conflicts:
#	docs/UserGuide.md
#	src/main/java/seedu/address/logic/commands/ClusterCommand.java
@jovantanyk jovantanyk merged commit cbacb66 into AY2324S2-CS2103T-T08-1:master Apr 12, 2024
3 checks passed
@alex-setyawan alex-setyawan added this to the v1.4 milestone Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment