Releases: wernerglinka/eleventy-plugin-search
Releases · wernerglinka/eleventy-plugin-search
Release list
eleventy-plugin-search v0.0.2
Changes
- feat: add configurable maxContentLength option
- docs: add badges and standard sections to README
- Added snyk badge
maxContentLength Option
Previously content was truncated at 2000 characters, causing search terms that appear later on long pages to not be indexed. The new maxContentLength option defaults to 10000 characters and can be configured per-project.
Console warnings are now displayed when content is truncated, listing affected URLs and their original character counts.
eleventy-plugin-search v0.0.1
Initial release
HTML-first Eleventy search plugin with Fuse.js and Cheerio.
Features:
- Processes final rendered HTML after templates
- Cheerio-based content extraction
- Automatic heading ID generation
- Fuse.js compatible search index
- Configurable element exclusions