Closed rdenadai closed 2 days ago
I built the static search using Fuse.jsas suggested on the original feat #19 ...
Fuse.js
Here a video showing the final result:
https://github.com/user-attachments/assets/ec25db42-567d-4605-9c4b-a2853a143cda
Added the cli --enable-search to build the project with search enable feature.
--enable-search
Tryed to make the search_index.json short (removing anything from html tags on the html var);
search_index.json
html
Pull all the js from cdnjs (also migrated the Highlightjs to cdnjs also);
Added 'serde_json' as dep (i need it to create the final json);
Closes
I built the static search using
Fuse.js
as suggested on the original feat #19 ...Here a video showing the final result:
https://github.com/user-attachments/assets/ec25db42-567d-4605-9c4b-a2853a143cda
Added the cli
--enable-search
to build the project with search enable feature.Tryed to make the
search_index.json
short (removing anything from html tags on thehtml
var);Pull all the js from cdnjs (also migrated the Highlightjs to cdnjs also);
Added 'serde_json' as dep (i need it to create the final json);
Closes
19