Eduard Titov
Eduard Titov
Related to [issue:1123](https://github.com/mockoon/mockoon/issues/1123) Updated filter helper, added recursive usage of nested object values **Checklist** - [ ] data migration added (@mockoon/commons) - [ ] data migration automated tests added (@mockoon/commons)...
We already have the `filter` helper. It's easy to add the `find` helper, which makes same, but works as the `find` method of the array (returns 1 result)
The actual implementation of the filter helper allows filtering like `key=value` structure, so allows us to filter by values only of the 1 level of the object. It could be...