Skip to content

Commit

Permalink
Merge pull request #539 from Ferusel/tingkai/update-ug-find-command
Browse files Browse the repository at this point in the history
Add warning for find command
  • Loading branch information
tingkai-mai authored Nov 7, 2022
2 parents c5c0ad0 + 1ddefee commit 662b5df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/_ug/commands/ItemCommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ FoodRem does not already contain an item with the name "Potato".
* You can use the [List Command](#list-all-items-list) in the next section to display all items again!
```

```note
* The `find` command only finds `Items` which has a name that partially or fully matches the specified search by name!
* This means that if the `Items` `Brown Sugar` and `White Sugar` is in FoodRem, executing `find Sugar` will find these two `Items`.
* However, if you try to find an `Item` `Potato` by executing the command `find potatoes carrots celery`, it will not work!
```

**Example:**

{% capture notes %}
Expand Down

0 comments on commit 662b5df

Please sign in to comment.