CloudCannon / pagefind

Static low-bandwidth search at scale
https://pagefind.app
MIT License
3.45k stars 111 forks source link

Incorrect `totalFilters` counts when using an exact quote search #556

Open bglw opened 8 months ago

bglw commented 8 months ago

When searching in quotes (i.e. "my exact sentence"), Pagefind is currently returning the totalFilters counts as if the quotes were not present.

This needs to be calculated after doing the exact word matching, but before doing the filtering.