Liam Bigelow

Results 342 comments of Liam Bigelow

Ah, yes searching in the browser isn't as good as it could be in languages that don't have reliable whitespace. Since Pagefind's initial release, the [Intl.Segmenter](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/Segmenter) API has become widely...

Agreed! This is something Pagefind should definitely support out of the box.

Good call re: documentation! Regarding the feature, there isn't currently any functionality for that, but I'm keen to figure something out since this isn't the first request for that! It...

The important thing to know is that these files don't change between runs, but do change between Pagefind releases. So they're safe to cache within any given Pagefind version, but...

My talking points about the UI and CSS packages applies to the `/_pagefind/pagefind.js` file as well, as that file is imported by the end user (in the case of using...

Interesting! I'll have to have a deeper look into this.

That is something that can be done, yeah — I have hopes that the [Modular UI](https://www.npmjs.com/package/@pagefind/modular-ui) (which does not yet have filtering) can be the true answer to most queries...

Yeah that makes sense. Possibly an `optional: true` option that could be supplied for each index to opt-in to that.

Hmm, I don't _think_ this would be a result of the redirects setting. Usually this happens when npm fails to download the binary dependency for some reason — because the...

This makes sense! I think the `data-pagefind-body` tag will actually work for this use-case, not that the naming of it would imply that. Pages without `data-pagefind-body` will be ignored, and...