Liam Bigelow
Liam Bigelow
Hello! Hmm, I'll see if I can find a way to reproduce this — with a cursory test it seems to work fine for me. I assume the issue is...
This is a good call! That could definitely be exposed, I'll wire that up.
Hi @flyfoto 👋 Yes, this looks like a performance issue when searching for `a` on this site. Ideally `PagefindUI` would have an option for setting the minimum length of a...
Hi @flyfoto 👋 A specific option doesn't yet exist for this, but of note: [v1.0.0](https://github.com/CloudCannon/pagefind/releases/tag/v1.0.0) improves performance, so these short searches should lock up the browser less 🙂
I haven't documented any methods on the object returned from `new PagefindUI` yet — but one does exist for this (and is used in the tests, so it won't go...
Hmm, I can't think of a strong reason why that would happen. The only difference between the two would be as you're typing the search query more indexes would be...
Hmm, if that is indeed the cause then it is a bug. Looking into it
Found, fixed, [released in v0.10.0](https://github.com/CloudCannon/pagefind/releases/tag/v0.10.0) — let me know if you're still seeing an issue.
That should be everything — sometimes the Pagefind scripts can be cached, so making sure that the `pagefind-ui.js` request isn't cached in the browser is a good step. I need...
Hi @chrisspen — did things end up working out for you or should I dig deeper?