Expand my Community achievements bar.

S&P JSON Returning Truncated Data

Avatar

Level 2

I have meta data exposed and consumed from my crawl page, but am finding truncation in JSON result sets for this text meta data.  It appears unique to the meta data, and appears to be limiting to 80 characters. 

Crawl Page: SwatchMetaData

1403086_pastedImage_1.png

Presentation Template: guided.tmpl

1403089_pastedImage_5.png

Results in presentation template: 2018-01-24_1420

1403085_pastedImage_0.png

Since I have other text meta data returned through this presentation template with over 100 characters, I have been stumped as to why I'm limited in the SWLink_ meta data.

Any gentle nudges on where to look in my workflow, would be most appreciated!

David

1 Reply

Avatar

Level 4

Hi David,

In your transport template modify the "<search-display-field name> and  include a "length" attribute.

Ex: <search-display-field name="SWLink_1" length="200" encoding?

The default limit is 80

This will resolve.