diff --git a/Practical Exams/academy-online-catalogs/README.md b/Practical Exams/academy-online-catalogs/README.md index 681141e..2d1a280 100644 --- a/Practical Exams/academy-online-catalogs/README.md +++ b/Practical Exams/academy-online-catalogs/README.md @@ -157,7 +157,9 @@ has the following: * The media must sorted by: * descending by duration * ascending by id - + * find(options) + * Extends find(options) from parent, but adds a key `rating` + * i.e. books can be found by `id`, `name` and/or `rating` ##Example: