Hey, not a question about dokka development itself...
# dokka
g
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
I think even that could be implemented client side. Lots of single page apps read/write the browser url.
g
indeed, just looking if its possible or if its under consideration. Would improve mine search experience quite a lot
👍🏻 1
👍 1
c
Isn't this already the case? When you search for something, the query is stored in the URL, so if you share it, they can continue the search: https://opensavvy.gitlab.io/groundwork/pedestal/api-docs/state/opensavvy.state.progres[…]e/progress.html?query=abstract%20val%20progress:%20Progress
g
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
<https://hexdocs.pm/elixir/1.16/search.html?q=member%3F>
you get matching results for
member?
c
Ah, I see. That sounds like a good idea, maybe create an issue?
👍 1