1
0
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:
Timur Ismagilov
2021-07-12 18:25:57 +05:00
parent 684172dab4
commit 938a9e832d
5 changed files with 320 additions and 187 deletions

View File

@@ -80,6 +80,7 @@ func Init() {
initAuth()
initHistory()
initStuff()
initSearch()
// Miscellaneous
http.HandleFunc("/user-list/", handlerUserList)