Liam Bigelow

Results 342 comments of Liam Bigelow

Yeah that might be a good option, though a little unfortunate to push as a requirement to the end user. Now that Pagefind has pretty wide uptake, it might be...

Hi @br0wsa, can you share the full logs and the directory structure you're running Pagefind over? Usually this error means there are no HTML files for Pagefind to crawl.

👋 @ulfschneider In the current architecture there isn't a simple toggle — the main barrier is that the excerpt is calculated in the browser, by snipping out a section of...

Currently not a bug per-se, but just the effect of Pagefind's backtracking not having a cap, so it'll backtrack your query until it finds something. Some sane limit should be...

Nice suggestion! It's an easy addition so I'll make sure to sweep it in whenever the next release is going out :)

Another workaround for now if it helps: Pagefind doesn't watch this attribute at all, so you can quickly change it out while initializing the PagefindUI: ```js let actualLang = document.documentElement.lang;...

👋 This isn't an error I would expect to see, due to the way these WebAssembly modules are bundled, and the location of that function. My first guess would be...

Interesting! If you have a test page to share I'm happy to help look into it :) > Is there a way to debug the results of word segmentation in...

I don't know which I would classify this as — but it is something Pagefind should indeed handle better in either case, since this function is meant to offer mutation....

Marked as a bug, with a future goal of Pagefind always providing the original unmodified values to the `processResult` hook.