krotik / eliasdb

EliasDB a graph-based database.
Mozilla Public License 2.0
998 stars 49 forks source link

godoc not allowing cross searching #7

Closed ghost closed 7 years ago

ghost commented 8 years ago

you are using a different go docs ? I was hoping to check how many other projects are using eliasdb, but i cant do that with your project.

https://godoc.org/?q=github.com%2Fkrotik%2Feliasdb

krotik commented 8 years ago

Hi,

the code is hosted on my own server using gogs (https://gogs.io/docs). The godoc link is:

https://godoc.org/devt.de/eliasdb

Unfortunately, it is not possible to explore sub packages - I am not sure why though ... I assume there is a special way godoc crawls the repositories...

krotik commented 7 years ago

Unfortunately, I haven't found a way to make this work. Let me know if you find anything ...

ghost commented 7 years ago

Ok fair enough. I am building a facet search system for golang code now. It will allow this type of search.

It's using bleve of course.

When it's done I will publish it