Fix the fact that we didn't have uploader name on api search
Cette révision appartient à :
Parent
ee0e611d11
révision
aa77b3bac1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -294,7 +294,7 @@ func APISearchHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
_, torrents, _, err := search.SearchByQuery(r, pagenum)
|
_, torrents, _, err := search.SearchByQueryWithUser(r, pagenum)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
http.Error(w, err.Error(), http.StatusInternalServerError)
|
http.Error(w, err.Error(), http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
|
|
Référencer dans un nouveau ticket