Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/image-query-with-vector' into im…
Browse files Browse the repository at this point in the history
…age-query-with-vector
  • Loading branch information
agnesgaroux committed Aug 9, 2023
2 parents 26efcc0 + 025f0b5 commit 5f29a61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ case object ImagesMultiMatcher {
s"query.source.title.$language",
s"query.source.notes.$language",
s"query.source.lettering.$language"
)
)
)
.map(field => FieldWithBoost(field, boost = 100))
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ trait CatalogueJsonUtil {
value match {
case Some(v) => jsonObj.add(key, v.map(_.display).asJson)
case None => jsonObj
}
}
)
else
json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ object MultipleImagesParams extends QueryParamsUtils {
Left(
s"'$colorString' is not a valid value. Please supply a single hex string."
)
}
}
)

implicit val includesDecoder: Decoder[MultipleImagesIncludes] =
Expand Down

0 comments on commit 5f29a61

Please sign in to comment.