Skip to content

Commit

Permalink
Merge pull request #295 from lynnlow175/master
Browse files Browse the repository at this point in the history
Update DG
  • Loading branch information
lynnlow175 authored Nov 13, 2023
2 parents 72e042a + 1eb413a commit 0d8c3a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ Expected Output: `Lists the dates with the name(s) specified`

Filters the dates in the LoveBook by a specific metric.

Format: `filter METRIC/ARG`
Format: `filter xx METRIC/ARG`

<box type="tip">

Expand All @@ -460,7 +460,8 @@ Example:
- `filter name/Cleon`
- `filter gender/M`
- `filter gender/M name/Cleon`
- `filter xx gender/M', where xx can be anything including an invalid metric`
- `filter hi gender/M`
- `filter income/20 name/Cleon` (this only returns dates with name Cleon since income is an invalid metric)

Expected Output: `Lists the dates with the valid metric values specified`

Expand Down

0 comments on commit 0d8c3a6

Please sign in to comment.