+ This is a demo of the MiniSearch JavaScript
+ library: try searching through more than 5000 top songs and artists
+ in Billboard Hot 100 from year 1965 to 2015. This example
+ demonstrates search (with prefix and fuzzy match) and auto-completion.
+
+ This is a demo of the MiniSearch JavaScript
+ library: try searching through more than 5000 top songs and artists
+ in Billboard Hot 100 from year 1965 to 2015. This example
+ demonstrates search (with prefix and fuzzy match) and auto-completion.
+
- This is a demo of the MiniSearch JavaScript
- library: try searching through more than 5000 top songs and artists
- in Billboard Hot 100 from year 1965 to 2015. This example
- demonstrates search (with prefix and fuzzy match) and auto-completion.
-
dirtCount
dirtFactor
documentCount
isVacuuming
termCount
add
addAll
addAllAsync
autoSuggest
discard
discardAll
getStoredFields
has
remove
removeAll
replace
search
toJSON
vacuum
Static getDefault
Static loadJSON
constructor
size
[Symbol.iterator]
atPrefix
clear
delete
entries
fetch
forEach
fuzzyGet
get
has
keys
set
update
values
Static from
Static fromObject
${capitalize(title)}
++- Artist:
- ${capitalize(artist)}
+ - Year:
- ${year}
+ - Billbord Position:
- ${rank}
+
+Song Search
++
+ +Advanced options
+ ++ This is a demo of the MiniSearch JavaScript + library: try searching through more than 5000 top songs and artists + in Billboard Hot 100 from year 1965 to 2015. This example + demonstrates search (with prefix and fuzzy match) and auto-completion. +
++
+AutoVacuumOptions
BM25Params
MatchInfo
Options
Query
QueryCombination
SearchOptions
SearchResult
Suggestion
VacuumConditions
VacuumOptions
${capitalize(title)}
++- Artist:
- ${capitalize(artist)}
+ - Year:
- ${year}
+ - Billbord Position:
- ${rank}
+
+Song Search
++
+ +Advanced options
+ ++ This is a demo of the MiniSearch JavaScript + library: try searching through more than 5000 top songs and artists + in Billboard Hot 100 from year 1965 to 2015. This example + demonstrates search (with prefix and fuzzy match) and auto-completion. +
++
+- { songs.map(({ id, ...props }) => ) }
-
-) - -const Song = ({ title, artist, year, rank }) => ( -{ capitalize(title) }
--- Artist:
- { capitalize(artist) }
- - Year:
- { year }
- - Billboard Position:
- { rank }
-
-Song Search
-- { - items.map(({ suggestion }, i) => - onSuggestionClick(i, event)} key={i} />)
- }
-
-) - -const Suggestion = ({ value, selected, onClick }) => ( -Advanced options
-- This is a demo of the MiniSearch JavaScript - library: try searching through more than 5000 top songs and artists - in Billboard Hot 100 from year 1965 to 2015. This example - demonstrates search (with prefix and fuzzy match) and auto-completion. -
-) - -const Loader = ({ text }) => ( -