cljdoc

Cora (she/her) 2022-07-16T23:27:24.961449Z

just rolled out a fix for search where certain words like "which" and "with" and similar, typically called stopwords in search engine parlance, are now valid words to search when they appear within a var/macro/protocol name

❤️ 2
🎉 5
Cora (she/her) 2022-07-16T23:27:58.675469Z

so for example in babashka/fs you can now search for which (https://cljdoc.org/d/babashka/fs/0.1.6/api/babashka.fs?q=which) and search for with (https://cljdoc.org/d/babashka/fs/0.1.6/api/babashka.fs?q=with)