v2.0.0-beta.1 #342
Replies: 2 comments 1 reply
-
Could you provide win build or publish beta build to crates.io ? |
Beta Was this translation helpful? Give feedback.
-
@jameslittle230 Thanks for Stork! This is a great little search engine — I found it when I switched to Pelican as my static site generator of choice, because the official Pelican search plugin uses Stork. A big gap for me right now is the lack of "exact" searches, conventionally done using quotes. For example, searching for If I want to search only for the exact phrase, I would expect to enter Are exact-phrase searches on the roadmap? Maybe for v2? 👀 |
Beta Was this translation helpful? Give feedback.
-
This is the first beta release of the Stork 2.0.0 release branch. The beta signifier means that the release is documented and usable, though the API is not final and not all features have been implemented yet.
Until 2.0.0 is released, the source code is stored in the v2 branch of the repository.
The documentation is available here.
2.0.0 greatly simplifies the search algorithm. As a result, the indexing binary, WASM blob, and Javascript file are all smaller than the 1.x branch. Searches are faster. The configuration API is more powerful.
The following features are still not working:
Currently, only search indexes made with the 2.0.0 indexer binary can be used with the 2.0.0 web code. This lets me greatly simplify the support matrix, so I'm inclined to leave it that way; please let me know if this would be troublesome for your workflow.
Please give me feedback if you have any!
The following artifacts have been uploaded to the Stork CDN:
https://files.stork-search.net/releases/v2.0.0-beta.1/stork.js
https://files.stork-search.net/releases/v2.0.0-beta.1/stork.wasm
https://files.stork-search.net/releases/v2.0.0-beta.1/stork.css
https://files.stork-search.net/releases/v2.0.0-beta.1/stork-ubuntu-20-04
https://files.stork-search.net/releases/v2.0.0-beta.1/stork-ubuntu-22-04
https://files.stork-search.net/releases/v2.0.0-beta.1/stork-macos-11
https://files.stork-search.net/releases/v2.0.0-beta.1/stork-macos-12
https://files.stork-search.net/releases/v2.0.0-beta.1/federalist.st
https://files.stork-search.net/releases/v2.0.0-beta.1/3b1b.st
This discussion was created from the release v2.0.0-beta.1.
Beta Was this translation helpful? Give feedback.
All reactions