Skip to content

Releases: wernerglinka/eleventy-plugin-search

eleventy-plugin-search v0.0.2

Choose a tag to compare

@wernerglinka wernerglinka released this 23 Jan 19:47
4732237

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

Choose a tag to compare

@wernerglinka wernerglinka released this 22 Jan 23:09
e4a1c2c

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