| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| stork.js.map | 2022-11-28 | 67.6 kB | |
| stork-amazon-linux | 2022-06-01 | 6.7 MB | |
| stork-ubuntu-20-04 | 2022-06-01 | 10.5 MB | |
| stork-macos-10-15 | 2022-06-01 | 11.0 MB | |
| stork.js | 2022-06-01 | 23.1 kB | |
| stork.wasm | 2022-06-01 | 351.5 kB | |
| README.md | 2022-06-01 | 907 Bytes | |
| v1.5.0 source code.tar.gz | 2022-06-01 | 300.8 kB | |
| v1.5.0 source code.zip | 2022-06-01 | 356.7 kB | |
| Totals: 9 Items | 29.2 MB | 0 | |
New Features
- Adds the Javascript registration option
transformResultUrl, which, when set, transforms search result URLs from what's described in the search index to what gets output in the DOM. (Thanks, @ArsenArsen!) - Setting
output.excerpts_per_resultto 0 in your configuration file will now enable index serialization optimizations that can reduce your index filesize by 20-50%. Note that this will make all excerpts disappear from the search UI.
Bug Fixes
- Fixes a bug where multiple instances of the element described in the
exclude_html_selectorconfiguration option were not being correctly excluded. (Thanks, @ezekg!) - Fixes a crash when trying to parse noncompliant Markdown contents (Thanks, @userJY!)
- Fixes a bug when highlighting search results where highlights wouldn't surround an entire word. (Thanks, @kdheepak!)
Other
- Internal dependency updates