Ensure correct serialization of searchSynonyms' type query parameter
Closed this issue · 1 comments
aseure commented
When performing a index.searchSynonyms()
call, a type
query
parameter can
be passed to restrict the type(s) of synonyms one wants to search for.
@maxiloc reported us that the Java implementation is accepting an array of
strings for this parameter. However, the engine only accepts a comma-separated
string for this. We then need to double check the implementation of the
serialization of this parameter and provide a fix if needed.
chloelbn commented
type
is treated as a regular requestOptions
parameter so no need to fix anything here