-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
Is it possible to index objects by some properties, and then search by those fields?
For example
const search = Wade([{id: 1, name: "John Doe", email: "john@doe.com"}, {id: 2, name: "Another User", email: "another@user.com"}])and then to search by query and property (that may be optional)
search("John", "name")
// or
search("com") // search all fields?Or should I create different search instances for each property I want to search for?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels