retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.09k stars 207 forks source link

Sidebar filter does not work for CamelCase titles #696

Closed burukuru closed 6 months ago

burukuru commented 6 months ago

Given a page title of GitOps, searching in the sidebar filter for git will find a result but gito does not find anything.

Screenshot 2024-05-10 at 12 01 22 Screenshot 2024-05-10 at 12 01 30

Changing the title to Gitops, makes both search strings work fine.

We're using retype v3.5.0.

geoffreymcgill commented 6 months ago

Interesting and confirmed. I'm surprised this defect exists and that we haven't run into this issue in the past. Should be an easy fix and we will do our best to include the fix in the next release.

geoffreymcgill commented 6 months ago

This defect has been fixed and the fix will be included in the v3.6.0 release of Retype. I don't have a release date for v3.6.0 but we're working on it and our intention is to release as soon as possible.

No changes in your project will be required.

burukuru commented 6 months ago

Thanks for the speedy turnaround! Interestingly, it seems to work if there is more than one word in the title, e.g. CamelCase Camel will be shown when searching for camelc.