Anyone ever tried to retrieve a longtext or richte...
# suitescript
d
Anyone ever tried to retrieve a longtext or richtext field using
N/search
and the
runPaged
API? We're noticing that the result appears to capped at 1300 characters. It doesn't show this behavior in the console, only when running the search server side.
s
are you measuring that 1300 cap via code, or inspecting the text visually?
d
Logging the length of the string in code. Also if I log the string, I see the string cutting off and ending with
More...
s
hmm, my theory was it just being the UI cutting it off...
but if you're logging length and it's short that's another story.