Java error when searching using GSA API.

(from github.com/jdeathe)
I’m not sure of the exact steps to reproduce this issue but in 11.2.2 - if I do a search using the /gsa/?q={search_query} URI with any query I expect 1 result for I get the message java.lang.Double cannot be cast to java.lang.String.

Using the json API works as expected.

(from github.com/marevol)
I’m not sure, but I fixed in #1223 in order to avoid a cast problem.

(from github.com/jdeathe)
Thank you! I will give 11.3 a go :slight_smile: