Skip to content

Commit

Permalink
Merge pull request #162 from H1410101/update-find-ug
Browse files Browse the repository at this point in the history
Fix description of list for entire field matches
  • Loading branch information
butteredyakiimo authored Nov 13, 2023
2 parents ef3f56b + 3ab6136 commit b6778f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,11 @@ Alias: `find`

* All fields are searched (including tags).

* Keywords can match as parts of words. e.g. `john` will match `Johnny`.
* For most fields, keywords can match as parts of words. e.g. `john` will match `Johnny`.

* However, for the `Housing` and `Availability` fields, as well as for tags, keywords must match the entire field. <br>
e.g. `available` will not match `NotAvailable`.

* Keywords can overlap. e.g. `samm my` will match `Sammy`.

* Fosterers must match all keywords (i.e. `AND` search).<br>
Expand Down

0 comments on commit b6778f3

Please sign in to comment.