Possibly fix search
Cette révision appartient à :
Parent
6d6664ebde
révision
924f96f392
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -83,7 +83,7 @@ func SearchByQuery(r *http.Request, pagenum int) (SearchParam, []model.Torrents,
|
|||
// punctuation characters.
|
||||
continue
|
||||
}
|
||||
conditions = append(conditions, "torrent_name %> ?")
|
||||
conditions = append(conditions, "torrent_name LIKE % ? %")
|
||||
parameters.Params = append(parameters.Params, searchQuerySplit[i])
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket