You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you have <span data-pagefind-filter="Garnish">mint</span> and <span data-pagefind-filter="Garnish">Mint</span>, this will produce two separate filters.
Can we make case-insensitive the default or have a configuration to toggle this behavior?
The text was updated successfully, but these errors were encountered:
It won't be the default, but happy to add configuration for this. It would likely take the form of something like --lowercase-filters supplied to the CLI, so both examples above would come through as mint.
The downside of this is that the UIs that grab the available filters from Pagefind will show mint instead of Mint, and will have to handle title-casing for display if required.
Currently, if you have
<span data-pagefind-filter="Garnish">mint</span>
and<span data-pagefind-filter="Garnish">Mint</span>
, this will produce two separate filters.Can we make case-insensitive the default or have a configuration to toggle this behavior?
The text was updated successfully, but these errors were encountered: