Results without Summary type Column in Search

Use the below formula to show the summary value without grouping the search results. count /*comment*/ ({memberitem.internalid}) over (partition by {internalid}) For Example:::Search Type: ItemItem Type: Kit/ PackageResults: Show the count of member items and member item quantity without using the summary type column under the Results subtab Output: Script Code: var kititemSearchObj = search.create({​​type:… Continue reading Results without Summary type Column in Search