Searches an array of objects for those that match a given search query based on a specific key.
an array of objects that contain a matching key-value pair
the input array of objects
the key to search for a match in the objects in the array
the search query to match against the value of the specified key
Generated using TypeDoc
Searches an array of objects for those that match a given search query based on a specific key.
Returns
an array of objects that contain a matching key-value pair