FuzzySearch
FuzzySearch copied to clipboard
Updating your Books Object
Hi Jean
In this example: https://github.com/jeancroy/FuzzySearch#scoring-an-item you make no reference to fullname. You may want to update the Books object with the "fullname" in it.
Author: "John MiddleName Doe",
should be something like this,
Author:{fullname:"John MiddleName Doe", Age:"60"},
No?