Liam Bigelow
Liam Bigelow
Sorry just to confirm we're talking about the same filter — the `filters` options passed to `pagefind.search` were fine — if I pull your branch and remove just the line...
Hmm, I'm struggling to reproduce this, but I appreciate the video! There's something afoot here, but I can't figure out what. I've pulled down the latest state of your branch...
That does help! And I think confirms the issue. The `en_47e4897` will contain `bevi*` words, and unluckily the neighboring `en_88816c9` contains the `bevy*` words. The second time you search for...
👋 @doup Just going through my backlog — I assume this is still blocking the bevy PR? I'm catching up on Pagefind development after a few months off, so I...
👋 @rdela — catching up here finally. Change looks good 🙂 Addressing comments: ## resolver + edition All looks good here! ## build playground Likewise! ## charabia > lindera >...
Thanks @rdela ! Sorry for the slow merge turnaround on this 😅
👋 This has shipped in [Pagefind v1.4.0](https://github.com/Pagefind/pagefind/releases/tag/v1.4.0) 🎉
Hmm I don't think this will work as intended unfortunately. With the default settings, if the `html` root is missing, nothing gets parsed at all. So `d.has_custom_body` can never be...
No big reason, apart from trying to keep the current docs fairly lean since it's a one-pager. I'm working on new documentation at the moment, so I'll look at including...
Thanks for the long writeup @spaceemotion ! Some good ideas in there to draw inspiration from. > That said, any kind of "search aliasing" where we can provide alternative page...