Hey, not a question about dokka development itself but about dokka. Does dokka have a search capability that is not client side? For example the first picture shows the search for
isEmpty
. Can we achieve this using a link directly i(using
?q=isEmpty
instead of going to the docs page and using the search?
Thanks
➕ 3
z
Zach Klippenstein (he/him) [MOD]
05/20/2024, 2:15 PM
I think even that could be implemented client side. Lots of single page apps read/write the browser url.
g
gpopides
05/20/2024, 5:00 PM
indeed, just looking if its possible or if its under consideration. Would improve mine search experience quite a lot
That's not what i want exactly. What i want is having a url where i can append a search term and it uses it. Can you for example share a url where i can put
isEmpty
and
takeUnless
and it shows matching results? For example in elixir docs using the url