Fork me on GitHub
#cljdoc
<
2023-08-23
>
lread15:08:01

Small but helpful cljdoc change: when searching within a library, punctuation is no longer ignored. So you can now search for vars like https://cljdoc.org/d/swiss-arrows/swiss-arrows' -<>>< This should also resolve your issue @tengstrand of wanting to match on abc-123, we still match on abc or 123 but give abc-123 a higher score, so matches for it will appear first. Thanks to @corasaurus-hex for reviewing my TypeScript code!

💜 4
Cora (she/her)15:08:04

nicely job on this, Lee! you're a regular TypeScript pro

🙂 2
tengstrand16:08:38

Thank you so much! I added a comment in the PR.

lread13:08:25

Thanks for the issue @tengstrand, it nudged us into action on this one, and is it a nice refinement on an already very useful feature.

tengstrand14:08:45

My part was easy, you did the hard part by implementing it! But yes, it's good when people report things that can be improved.