jeancroy / FuzzySearch

:mag: Fast autocomplete suggestion engine using approximate string matching
MIT License
194 stars 32 forks source link

Updating your Books Object #38

Open halukkaramete opened 2 years ago

halukkaramete commented 2 years ago

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?