mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-11-16 23:37:12 +00:00
Implement primitive search
Basically, it looks if the query is a substring of hypha names
This commit is contained in:
@@ -80,6 +80,7 @@ func Init() {
|
||||
initAuth()
|
||||
initHistory()
|
||||
initStuff()
|
||||
initSearch()
|
||||
|
||||
// Miscellaneous
|
||||
http.HandleFunc("/user-list/", handlerUserList)
|
||||
|
||||
Reference in New Issue
Block a user