Liam Bigelow
Liam Bigelow
Do you have anything like Cloudflare's Rocket Loader enabled? If so, ensure your script tag there is ignored ([docs on ignore](https://developers.cloudflare.com/speed/optimization/content/rocket-loader/ignore-javascripts/)). This does happen to scripts that get processed by...
👋 @jmcarp yeah this is just something that hasn't yet made it in. I haven't been doing too much to the default UI, and have a long-running hope to make...
Good idea! Easy enough to do — I'd likely just generate another key like `plainExcerpt` that is always present, to save passing an option around. How does that sound?
Another for-now option, if you need anything further, would be to pull out your own logic based on https://github.com/CloudCannon/pagefind/blob/main/pagefind_web_js/lib/excerpt.ts The Pagefind result: https://github.com/CloudCannon/pagefind/blob/03552d041d9533b09563f6c50466b25d394ece64/pagefind_web_js/types/index.d.ts#L123-L160 Includes the raw data to reconstitute an...
_(Indeed, Pagefind's current excerpt calculation is Not Very Good â„¢ , so it wouldn't be hard to beat)_
Ah, I'll look into this. Likely something being output from a hashmap in arbitrary order that I should change. Thanks for the pointer!
Hi @sebbASF & @julbd As of [Pagefind v1.3.0](https://github.com/CloudCannon/pagefind/releases/tag/v1.3.0) the fragment hashes are now stable between builds 🎉 Other files will still change, such as the filter/metadata indexes _(some intended, some...
There isn't anything directly available for that right now — the general best practice is to add `data-pagefind-body` tags to the pages you _do_ want indexed, and the others will...
Good call — this is a good idea.
The best issue to follow for this would be #74 — though there isn't work underway on that yet. There shouldn't be a barrier to uploading Pagefind's files to another...