This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-08-23
Channels
- # babashka (4)
- # beginners (46)
- # biff (64)
- # calva (34)
- # cider (29)
- # cljdoc (12)
- # cljs-dev (16)
- # clojure (42)
- # clojure-australia (2)
- # clojure-china (1)
- # clojure-europe (35)
- # clojure-filipino (1)
- # clojure-hk (1)
- # clojure-indonesia (1)
- # clojure-japan (1)
- # clojure-korea (1)
- # clojure-my (1)
- # clojure-nl (1)
- # clojure-norway (6)
- # clojure-sg (1)
- # clojure-taiwan (1)
- # clojure-uk (4)
- # clojurescript (3)
- # core-typed (3)
- # cursive (5)
- # datalevin (3)
- # datomic (23)
- # hyperfiddle (92)
- # joyride (8)
- # juxt (3)
- # malli (1)
- # nbb (44)
- # pathom (10)
- # portal (3)
- # rdf (1)
- # reitit (10)
- # shadow-cljs (60)
- # sql (12)
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!
Thank you so much! I added a comment in the PR.
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.
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.