Starbeamrainbowlabs
Starbeamrainbowlabs
I think this PR is indeed ready for review, @agnivade
Yeah, this would require a pretty major update to the tldr [client spec](https://github.com/tldr-pages/tldr/blob/master/CLIENT-SPECIFICATION.md) - specifically in terms of the page resolution algorithm.
It's also possible that there are some performance gains to be had in the search index calculation process, but I haven't looked too closely at it to know.
Search indexes can get *big*, and are also usually stored in a format that's fairly specific to the language you're using / your use case in order to improve performance,...
Ooh, that would be really nice actually. The problem is though we'd then have to store the page title and tags in both their case-insensitive format (for referencing), and case-sensitive...
@RyanGreenup Yeah, Pepperminty Wiki has a simple resolution algorithm, and whitespace matters: 1. Try the page name as-is 2. Try uppercasing the first letter (PHP's `ucfirst()` function) 3. Try uppercasing...
Oh, I've just thought of something. Since Pepperminty Wiki is currently case-sensitive, migrating to non-case-sensitive page names has the potential to break existing wikis - should one have 2 different...
Hey there - thanks for opening this issue @sunjam! Sorry I'm late replying here - October is a busy month over in [tldr-pages](https://github.com/tldr-pages/tldr) because of hacktoberfest. OAuth2 support would be...
Oh, no worries @sunjam! OAuth2 is definitely something I'd like to look at in the future, maybe as part of a larger login overhaul. If possible, LDAP support would be...
Thanks for filing this! I'll take a look.