PEER -> SearchExtended
This commit is contained in:
@@ -121,7 +121,7 @@ func ListenNATS() {
|
||||
And: map[string][]dbs.Filter{
|
||||
"peer_id": {{Operator: dbs.EQUAL.String(), Value: p.PeerID}},
|
||||
},
|
||||
}, "", false); len(s.Data) > 0 {
|
||||
}, "", false, 0, 1); len(s.Data) > 0 {
|
||||
p.Relation = s.Data[0].(*peer.Peer).Relation
|
||||
} else {
|
||||
p.NotInCatalog = true
|
||||
|
||||
Reference in New Issue
Block a user