Skip to content

Commit

Permalink
Update DG
Browse files Browse the repository at this point in the history
  • Loading branch information
bendymochi committed Apr 6, 2019
1 parent 54d02e4 commit acb7461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/UserGuide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ Format: `filter [n/NAME_KEYWORD]...[t/TAG_KEYWORD]...[a/ADDRESS_KEYWORD]`
- At least *one* keyword must be provided.
- Filtering multiple keywords of the same prefix will return equipment/client whose attribute corresponding to the prefix contain
any one of the keywords.
- Filtering with keywords of different prefixes will return only equipment/client that matches with all the keywords of
- Filtering with keywords of different prefixes will return only equipment/client that matches with any of the keywords of
the different prefixes.
- The filter is case insensitive, e.g. jurong will match Jurong.

Expand Down Expand Up @@ -338,7 +338,7 @@ Returns any equipment whose serial number contains A200.
Returns any equipment whose tags contains urgent and west.

* `filter n/jurong a/blk 123 t/urgent` +
Returns any equipment whose names that contains jurong, address that contains blk 123, and whose tags contains urgent.
Returns any equipment whose names that either contains jurong, address that contains blk 123, or whose tags contains urgent.

// end::filter[]

Expand Down

0 comments on commit acb7461

Please sign in to comment.