Public
Edited
Jan 9, 2024
Insert cell
Insert cell
Insert cell
fuse.search(search)
Insert cell
Fuse = require("fuse.js")
Insert cell
fuse = new Fuse(books, {
keys: ['title', 'author.firstName']
})
Insert cell
books = [
{
title: "Old Man's War",
author: {
firstName: 'John',
lastName: 'Scalzi'
}
},
{
title: 'The Lock Artist',
author: {
firstName: 'Steve',
lastName: 'Hamilton'
}
}
]
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more