It’s most likely a URL encoding issue. The GET end...
# community-help
j
It’s most likely a URL encoding issue. The GET endpoint support upto 2K characters. In any case, if you expect long strings and to rule out any URL encoding issues, I’d recommend switching to the multi_search endpoint which uses POST and JSON and doesn’t have size limitations