You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Why wouldn't you combine your arrays instead of passing them one by one?
This would be supported out of the box by the library without any changes to it.
Given we can search using a value (string/number) why not implement multisearch whihc will use an array of search values for example
let data = search(users,["name","age","year"],["Zayne","20","2023"])
The text was updated successfully, but these errors were encountered: