diff --git a/docs/UserGuide.md b/docs/UserGuide.md index 286510d9915..dc785e0fe20 100644 --- a/docs/UserGuide.md +++ b/docs/UserGuide.md @@ -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.
+ 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).