Liam Bigelow
Liam Bigelow
**NB:** I'm going to use this thread to jot down observations on rankings, so for anyone reading feel free to jump in with thoughts on good approaches. I'll be working...
I can definitely look at adding this 👍
Ah interesting. Yeah this does highlight an issue with the current ranking system, I'll look to improve this. To remedy this, you should be able to crank the [termSimilarity setting](https://pagefind.app/docs/ranking/#configuring-term-similarity)...
Hey @JiYouMCC 👋 Thanks for the report — this looks like something that should be improved. That flag is currently marking the node as "ignored" (the same as `data-pagefind-ignore`) which...
👋 @mseele Yes, this one comes up a fair bit! I like the path of customizing result templates — it's something the [modular UI](https://www.npmjs.com/package/@pagefind/modular-ui) does — I'll have a think...
Nice! Re: the failing tests, you'll find these files in `/javascript-modules/integration-tests/features/init/`, and they should be intuitive enough to edit. To run the tests: 1. Navigate to `/javascript-modules/integration-tests/` 2. Run `yarn...
Hey @rmill2016 👋 — I believe that Astro doesn't yet have templates configured for that Bookshop command, thanks for the note! I'll look at doing so.
Support of specific "target" for <a> links by default UI to open result documents in different frame
Good call, that can be added. It'll be an option when constructing the Default UI in the browser though, rather than a CLI option (the CLI is unaware of anything...
👋 This is something I'll look at publishing soon. Ideally I want to publish the JS itself as a package (and thus the types), I have just been waiting for...
> It also seems like currently, the functions in public_search_api.ts are not included in types/index.d.ts (or indeed, any type definitions). Correct — those definition files aren't for publishing, they're for...