V12/13 Search
Other than the path optimization missing search is awesome. It’s everything we could have hoped for
Thank you for implementing this.
I might suggest that you mention there are now 3 fields available in the search_index.en.js
title
description
content
It’s not really a zola issue as the search is mostly elasticlunr But for those who want to implement search mentioning that Zola generated three fields and that the JS implementation might want to boost (elasticlunr term..) these to specify importance placed on the field text the users search term was found.
Thinking about it, zola should just say the absolute minimum
or update the example used by getzola on github.