dev #1
@@ -92,6 +92,7 @@ public class SearchImageService {
|
||||
if (matches.isArray()) {
|
||||
for (JsonNode match : matches) {
|
||||
SearchResponse.ImageResult result = mapImageResult(match);
|
||||
result.setFileId(fileId);
|
||||
|
||||
if ("exact_matches".equals(findType)) {
|
||||
JsonNode thumbnail = match.path("thumbnail");
|
||||
|
||||
Reference in New Issue
Block a user