pulibrary / digital-cicognara-library

0 stars 0 forks source link

Use the actual index produced by Fuse for searching #2

Closed hectorcorrea closed 8 months ago

hectorcorrea commented 8 months ago

I added a copy of the Fuse index that you had created but modified to declare a variable

var searchIndex = [ ... the data goes here ];

and use that variable in the JavaScript section of the search.md page