search
search copied to clipboard
Pelican plugin that adds site search capability
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 24.3.0](https://github.com/psf/black/compare/23.3.0...24.3.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.0.0) - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/asottile/pyupgrade: v3.8.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v3.8.0...v3.15.2) - [github.com/hakancelikdev/unimport: 0.16.0 →...
Hi, from today Stork's development has been ceased. For more information please see https://github.com/jameslittle230/stork/discussions/360#discussion-5311591 We should find alternative way to handle search. Some of the alternatives that we can look...
My initial idea is working only for the mentioned `\u00ad` char. I stripped the non-printable chars by replacing them by `" "` Not sure if we need `json.dumps` and for...
- [X] I have read the [Filing Issues](https://docs.getpelican.com/en/latest/contribute.html#filing-issues) and subsequent “How to Get Help” sections of the documentation. - [X] I have searched the [issues](https://github.com/pelican-plugins/search/issues?q=is%3Aissue) (including closed ones) and believe...
### 1. Summary Pelican Stork search doesn’t work correctly on my Windows if [**`OUTPUT_PATH`**](https://docs.getpelican.com/en/latest/settings.html?highlight=OUTPUT_PATH#basic-settings) setting is custom. After fixing I can successfully use Pelican Stork search: ...
When testing the code for an upcoming release of the Search plugin, I upgraded from 1.0.1 to 1.0.2 on my local workstation and immediately noticed some spurious characters between the...
When using `i18_multisite` plugin the generation of `search.toml` uses wrong URLs. For example ``` [[input.files]] path = "pages/about_fr.html" url = "/pages/about_fr.html" ``` should be ``` [[input.files]] path = "pages/about_fr.html" url...
...something in that recipe[[*]](https://docs.getpelican.com/en/latest/contribute.html#plugin-development) is seriously at odds with my system. Now every commit tries to reinstall poetry, invoke, etc., then encounters a compatbility error and aborts. I'll follow up...
Maybe this is a stupid question born of ignorance, but is there a way to use the wasm version of Stork to build the search index instead of having to...
I have installed the plugin, using Flex theme. I cannot see any search.toml, or instructions on how to generate it. - [x] I have searched the [issues](https://github.com/pelican-plugins/search/issues?q=is%3Aissue) (including closed ones)...