Fix wrong totalhits value (#1103)
Cette révision appartient à :
Parent
fdff3ac019
révision
2319b67fef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -248,7 +248,7 @@ func (p *TorrentParam) Find(client *elastic.Client) (int64, []model.Torrent, err
|
|||
log.Infof("Cannot unmarshal elasticsearch torrent: %s", err)
|
||||
}
|
||||
}
|
||||
return torrentCount, torrents, nil
|
||||
return result.TotalHits(), torrents, nil
|
||||
|
||||
}
|
||||
|
||||
|
|
Référencer dans un nouveau ticket