You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The @Query annotation breaks when providing a collection parameter - it calls toString() on the parameter and escapes the result, which makes the list look like this [\"some\",\"params\"], causing a 400 from Elasticsearch
The text was updated successfully, but these errors were encountered:
Original Pull Request #1856Closes#1858
(cherry picked from commit 6f84a1c)
(cherry picked from commit 254948d)
(cherry picked from commit 979c164)
(cherry picked from commit d6cfc20)
The
@Query
annotation breaks when providing a collection parameter - it callstoString()
on the parameter and escapes the result, which makes the list look like this[\"some\",\"params\"]
, causing a 400 from ElasticsearchThe text was updated successfully, but these errors were encountered: