-
Notifications
You must be signed in to change notification settings - Fork 2
/
SearchRsultsWebPartProblemDetails.txt
182 lines (162 loc) · 39 KB
/
SearchRsultsWebPartProblemDetails.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
Hi,
I am migrating a SharePoint 2013 portal to SharePoint 2019 and one of the custom developments is using Content Search web part with the following query:
ListID:"8bfa132a-5539-4035-b409-f88be8b1bae8" ContentType:Imagem
The content search web part is included directly in the page layout as follows (both in SharePoint 2013 and SharePoint 2019):
<spsswc:ResultScriptWebPart
runat="server"
ID="Results_Banners"
MaxPagesBeforeCurrent="4"
ShowBestBets="false"
AllowZoneChang=False
UseSharedDataProvider="False"
ShowPreferencesLink="false"
ScrollToTopOnRedraw=False
ShowDefinitions="true" SelectedPropertiesJson="["URL","PictureURL","CommentsOWSMTXT","PublishingImage","Title","Path","Description","EditorOWSUSER","LastModifiedTime","CollapsingStatus","DocId","HitHighlightedSummary","HitHighlightedProperties","FileExtension","ViewsLifeTime","ParentLink","FileType","IsContainer","SecondaryFileExtension","DisplayAuthor"]"
ShowViewDuplicates="false"
ResultsPerPage="6"
EmitStyleReference="true"
ShowPaging="false"
ShowUpScopeMessage="false"
AllowMinimize="false"
AllowClose="false"
Title="Banners"
ShowResults="true"
MaxPagesAfterCurrent="1"
ShowResultCount="false"
Hidden="false"
ItemTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_Banner_ItemBody.js"
ItemBodyTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Item_CommonItem_Body.js"
UseSimplifiedQueryBuilder="false"
AvailableSortsJson="[{"name":"Sort","sorts":[{"p":"HPPOrdenarOWSNMBR","d":0}]}]"
DataProviderJSON="{"QueryGroupName":"27f3e6f0-cba0-49e2-925d-ac1ef99f6cd5","QueryPropertiesTemplateUrl":"sitesearch://webroot","IgnoreQueryPropertiesTemplateUrl":false,"SourceID":"8413cd39-2156-4e00-b54d-11efd9abdb89","SourceName":"Local SharePoint Results","SourceLevel":"Ssa","CollapseSpecification":"","QueryTemplate":"ListID:\"8bfa132a-5539-4035-b409-f88be8b1bae8\" ContentType:Imagem","FallbackSort":null,"FallbackSortJson":"null","RankRules":null,"RankRulesJson":"null","AsynchronousResultRetrieval":false,"SendContentBeforeQuery":true,"BatchClientQuery":true,"FallbackLanguage":-1,"FallbackRankingModelID":"","EnableStemming":true,"EnablePhonetic":false,"EnableNicknames":false,"EnableInterleaving":true,"EnableQueryRules":true,"EnableOrderingHitHighlightedProperty":false,"HitHighlightedMultivaluePropertyLimit":-1,"IgnoreContextualScope":false,"ScopeResultsToCurrentSite":false,"TrimDuplicates":true,"Properties":{"ListId":"9d1c6748-259a-4586-9188-7f9d09556275","ListItemId":22},"PropertiesJson":"{\"ListId\":\"9d1c6748-259a-4586-9188-7f9d09556275\",\"ListItemId\":22}","ClientType":"","UpdateAjaxNavigate":true,"SummaryLength":180,"DesiredSnippetLength":90,"PersonalizedQuery":false,"FallbackRefinementFilters":null,"IgnoreStaleServerQuery":false,"RenderTemplateId":"DefaultDataProvider","AlternateErrorMessage":null,"Title":""}"
ChromeState="Normal"
AllowHide="false"
AllowEdit="false"
RenderTemplateId="~sitecollection/_catalogs/masterpage/Display Templates/Search/Control_Banners_Container.js"
ShowPersonalFavorites="false"
ShowSortOptions="false"
ChromeType="TitleOnly"
AllowConnect="false"
ShowLanguageOptions="false"
Description="Apresenta os resultados da pesquisa e as propriedades associadas aos mesmos."
ShowAlertMe="false"
ShowDidYouMean="false"
ShowAdvancedLink="false"
ExportMode="All"
Direction="NotSet"
BypassResultTypes="true">
</spsswc:ResultScriptWebPart>
The problem is that the items are not properly sorted by the HPPOrdenarOWSNMBR column in SharePoint 2019 (it is in SharePoint 2013).
The search application is propertly configured both in SharePoint 2013 and SharePoint 2019 and the HPPOrdenarOWSNMBR is properly filled in both environemts with exactly the same value.
There is no difference in the implementation in SharePoint 2013 and SharePoint 2019.
Request in SharePoint 2019:
https://intranet/_vti_bin/client.svc/ProcessQuery
Request body in SharePoint 2019:
<Request xmlns="http://schemas.microsoft.com/sharepoint/clientquery/2009" SchemaVersion="15.0.0.0" LibraryVersion="16.0.0.0" ApplicationName="Javascript Library"><Actions><ObjectPath Id="203" ObjectPathId="202" /><SetProperty Id="204" ObjectPathId="202" Name="TimeZoneId"><Parameter Type="Number">2</Parameter></SetProperty><SetProperty Id="205" ObjectPathId="202" Name="QueryTemplate"><Parameter Type="String">ListID:"8bfa132a-5539-4035-b409-f88be8b1bae8" ContentType:Imagem</Parameter></SetProperty><SetProperty Id="206" ObjectPathId="202" Name="Culture"><Parameter Type="Number">2070</Parameter></SetProperty><SetProperty Id="207" ObjectPathId="202" Name="RowsPerPage"><Parameter Type="Number">6</Parameter></SetProperty><SetProperty Id="208" ObjectPathId="202" Name="RowLimit"><Parameter Type="Number">6</Parameter></SetProperty><SetProperty Id="209" ObjectPathId="202" Name="TotalRowsExactMinimum"><Parameter Type="Number">7</Parameter></SetProperty><SetProperty Id="210" ObjectPathId="202" Name="SourceId"><Parameter Type="Guid">{8413cd39-2156-4e00-b54d-11efd9abdb89}</Parameter></SetProperty><ObjectPath Id="212" ObjectPathId="211" /><Method Name="SetQueryPropertyValue" Id="213" ObjectPathId="211"><Parameters><Parameter Type="String">SourceName</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">0</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">1</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="String">Local SharePoint Results</Property></Parameter></Parameters></Method><Method Name="SetQueryPropertyValue" Id="214" ObjectPathId="211"><Parameters><Parameter Type="String">SourceLevel</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">0</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">1</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="String">Ssa</Property></Parameter></Parameters></Method><ObjectPath Id="216" ObjectPathId="215" /><Method Name="Add" Id="217" ObjectPathId="215"><Parameters><Parameter Type="String">HPPURLOWSURLH</Parameter></Parameters></Method><Method Name="Add" Id="218" ObjectPathId="215"><Parameters><Parameter Type="String">DefaultEncodingURL</Parameter></Parameters></Method><Method Name="Add" Id="219" ObjectPathId="215"><Parameters><Parameter Type="String">CommentsOWSMTXT</Parameter></Parameters></Method><Method Name="Add" Id="220" ObjectPathId="215"><Parameters><Parameter Type="String">PublishingImage</Parameter></Parameters></Method><Method Name="Add" Id="221" ObjectPathId="215"><Parameters><Parameter Type="String">Title</Parameter></Parameters></Method><Method Name="Add" Id="222" ObjectPathId="215"><Parameters><Parameter Type="String">Path</Parameter></Parameters></Method><Method Name="Add" Id="223" ObjectPathId="215"><Parameters><Parameter Type="String">Description</Parameter></Parameters></Method><Method Name="Add" Id="224" ObjectPathId="215"><Parameters><Parameter Type="String">EditorOWSUSER</Parameter></Parameters></Method><Method Name="Add" Id="225" ObjectPathId="215"><Parameters><Parameter Type="String">LastModifiedTime</Parameter></Parameters></Method><Method Name="Add" Id="226" ObjectPathId="215"><Parameters><Parameter Type="String">CollapsingStatus</Parameter></Parameters></Method><Method Name="Add" Id="227" ObjectPathId="215"><Parameters><Parameter Type="String">DocId</Parameter></Parameters></Method><Method Name="Add" Id="228" ObjectPathId="215"><Parameters><Parameter Type="String">HitHighlightedSummary</Parameter></Parameters></Method><Method Name="Add" Id="229" ObjectPathId="215"><Parameters><Parameter Type="String">HitHighlightedProperties</Parameter></Parameters></Method><Method Name="Add" Id="230" ObjectPathId="215"><Parameters><Parameter Type="String">FileExtension</Parameter></Parameters></Method><Method Name="Add" Id="231" ObjectPathId="215"><Parameters><Parameter Type="String">ViewsLifeTime</Parameter></Parameters></Method><Method Name="Add" Id="232" ObjectPathId="215"><Parameters><Parameter Type="String">ParentLink</Parameter></Parameters></Method><Method Name="Add" Id="233" ObjectPathId="215"><Parameters><Parameter Type="String">FileType</Parameter></Parameters></Method><Method Name="Add" Id="234" ObjectPathId="215"><Parameters><Parameter Type="String">IsContainer</Parameter></Parameters></Method><Method Name="Add" Id="235" ObjectPathId="215"><Parameters><Parameter Type="String">SecondaryFileExtension</Parameter></Parameters></Method><Method Name="Add" Id="236" ObjectPathId="215"><Parameters><Parameter Type="String">DisplayAuthor</Parameter></Parameters></Method><ObjectPath Id="238" ObjectPathId="237" /><Method Name="Add" Id="239" ObjectPathId="237"><Parameters><Parameter Type="String">Title</Parameter></Parameters></Method><Method Name="Add" Id="240" ObjectPathId="237"><Parameters><Parameter Type="String">Path</Parameter></Parameters></Method><Method Name="Add" Id="241" ObjectPathId="237"><Parameters><Parameter Type="String">Author</Parameter></Parameters></Method><Method Name="Add" Id="242" ObjectPathId="237"><Parameters><Parameter Type="String">SectionNames</Parameter></Parameters></Method><Method Name="Add" Id="243" ObjectPathId="237"><Parameters><Parameter Type="String">SiteDescription</Parameter></Parameters></Method><Method Name="SetQueryPropertyValue" Id="244" ObjectPathId="211"><Parameters><Parameter Type="String">ListId</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">0</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">1</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="String">cc685383-542f-4ed9-94db-80fc132e8a67</Property></Parameter></Parameters></Method><Method Name="SetQueryPropertyValue" Id="245" ObjectPathId="211"><Parameters><Parameter Type="String">ListItemId</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">2</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">2</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="Null" /></Parameter></Parameters></Method><Method Name="SetQueryPropertyValue" Id="246" ObjectPathId="211"><Parameters><Parameter Type="String">CrossGeoQuery</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">0</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">1</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="String">false</Property></Parameter></Parameters></Method><SetProperty Id="247" ObjectPathId="202" Name="ResultsUrl"><Parameter Type="String">https://intranet/Paginas/default.aspx</Parameter></SetProperty><SetProperty Id="248" ObjectPathId="202" Name="BypassResultTypes"><Parameter Type="Boolean">true</Parameter></SetProperty><SetProperty Id="249" ObjectPathId="202" Name="ClientType"><Parameter Type="String"></Parameter></SetProperty><SetProperty Id="250" ObjectPathId="202" Name="ProcessBestBets"><Parameter Type="Boolean">false</Parameter></SetProperty><Method Name="SetQueryPropertyValue" Id="251" ObjectPathId="211"><Parameters><Parameter Type="String">QuerySession</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">0</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">1</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="String">3a0e0727-d295-489e-854f-ae1002793499</Property></Parameter></Parameters></Method><SetProperty Id="252" ObjectPathId="202" Name="ProcessPersonalFavorites"><Parameter Type="Boolean">false</Parameter></SetProperty><SetProperty Id="253" ObjectPathId="202" Name="SafeQueryPropertiesTemplateUrl"><Parameter Type="String">querygroup://webroot/Paginas/default.aspx?groupname=Default</Parameter></SetProperty><SetProperty Id="254" ObjectPathId="202" Name="IgnoreSafeQueryPropertiesTemplateUrl"><Parameter Type="Boolean">false</Parameter></SetProperty><Method Name="SetQueryPropertyValue" Id="255" ObjectPathId="211"><Parameters><Parameter Type="String">QueryDateTimeCulture</Parameter><Parameter TypeId="{b25ba502-71d7-4ae4-a701-4ca2fb1223be}"><Property Name="BoolVal" Type="Boolean">false</Property><Property Name="IntVal" Type="Number">2070</Property><Property Name="QueryPropertyValueTypeIndex" Type="Number">2</Property><Property Name="StrArray" Type="Null" /><Property Name="StrVal" Type="Null" /></Parameter></Parameters></Method><ObjectPath Id="257" ObjectPathId="256" /><ExceptionHandlingScope Id="258"><TryScope Id="260"><Method Name="ExecuteQueries" Id="262" ObjectPathId="256"><Parameters><Parameter Type="Array"><Object Type="String">0d6ae5fb-996e-4033-aa53-56048235d59fDefault</Object></Parameter><Parameter Type="Array"><Object ObjectPathId="202" /></Parameter><Parameter Type="Boolean">true</Parameter></Parameters></Method></TryScope><CatchScope Id="264" /></ExceptionHandlingScope></Actions><ObjectPaths><Constructor Id="202" TypeId="{80173281-fffd-47b6-9a49-312e06ff8428}" /><Property Id="211" ParentId="202" Name="Properties" /><Property Id="215" ParentId="202" Name="SelectProperties" /><Property Id="237" ParentId="202" Name="HitHighlightedProperties" /><Constructor Id="256" TypeId="{8d2ac302-db2f-46fe-9015-872b35f15098}" /></ObjectPaths></Request>
Response body in ShaerPoint 2019:
[
{
"SchemaVersion":"15.0.0.0","LibraryVersion":"16.0.10351.20000","ErrorInfo":null,"TraceCorrelationId":"3e06229f-d404-d0be-6db0-156a51e14425"
},203,{
"IsNull":false
},212,{
"IsNull":false
},216,{
"IsNull":false
},238,{
"IsNull":false
},257,{
"IsNull":false
},262,{
"0d6ae5fb-996e-4033-aa53-56048235d59fDefault":{
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTableCollection","ElapsedTime":59,"Properties":{
"RowLimit":6,"SourceId":"\/Guid(8413cd39-2156-4e00-b54d-11efd9abdb89)\/","CorrelationId":"\/Guid(3e06229f-d404-d0be-6db0-156a51e14425)\/","WasGroupRestricted":false,"IsPartial":false,"HasParseException":false,"WordBreakerLanguage":"en","IsPartialUpnDocIdMapping":false,"EnableInterleaving":true,"IsMissingUnifiedGroups":false,"Constellation":"42DAF0","SerializedQuery":"<Query Culture=\"pt-PT\" EnableStemming=\"True\" EnablePhonetic=\"False\" EnableNicknames=\"False\" IgnoreAllNoiseQuery=\"True\" SummaryLength=\"180\" MaxSnippetLength=\"180\" DesiredSnippetLength=\"90\" KeywordInclusion=\"0\" QueryText=\"\" QueryTemplate=\"ListID:"8bfa132a-5539-4035-b409-f88be8b1bae8" ContentType:Imagem\" TrimDuplicates=\"True\" Site=\"50c4250d-2622-44ce-ade0-a4b75588b610\" Web=\"48e38de9-0972-4ab0-88fe-543c11f48d1e\" KeywordType=\"True\" HiddenConstraints=\"\" \u002f>"
},"QueryErrors":null,"QueryId":"18cd85f9-6be6-4608-9104-7a8157e27130","SpellingSuggestion":"","TriggeredRules":[
],"ResultTables":[
{
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTable","GroupTemplateId":null,"ItemTemplateId":null,"Properties":{
"GenerationId":9223372036854775806,"indexSystem":"","ExecutionTimeMs":0,"QueryModification":"ListID:\"8bfa132a-5539-4035-b409-f88be8b1bae8\" ContentType:Imagem -ContentClass=urn:content-class:SPSPeople","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fGroup_Default.js","StartRecord":0,"IsLastBlockInSubstrate":true,"IsFirstBlockInSubstrate":false,"IsFirstPinnedResultBlock":false,"IsLastPinnedResultBlock":false,"IsFirstRankedResultBlock":true,"IsLastRankedResultBlock":true
},"QueryId":"18cd85f9-6be6-4608-9104-7a8157e27130","QueryRuleId":"00000000-0000-0000-0000-000000000000","ResultRows":[
{
"Rank":16.738245010376,"DocId":1844972,"DefaultEncodingURL":"https:\u002f\u002fintranet\u002fBanners\u002fBanner_UpToDate_270x75100.jpg","PublishingImage":null,"Title":"Up To Date","Path":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","Description":null,"EditorOWSUSER":" | sp_admin | 693A30232E777C6C757369616461735C73705F61646D696E i:0#.w|dev\\sp_admin","LastModifiedTime":"\/Date(1576087929000)\/","CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Hugo Dias (STI\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","HPPURLOWSURLH":"http:\u002f\u002fuptodatehpp\u002f, http:\u002f\u002fuptodatehpp\u002f","CommentsOWSMTXT":null,"PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844973,"DefaultEncodingURL":"https:\u002f\u002fintranet\u002fBanners\u002fL_QPS_banner_intra.jpg","PublishingImage":null,"Title":"L_QPS_banner_intra","Path":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","Description":null,"EditorOWSUSER":" | sp_admin | 693A30232E777C6C757369616461735C73705F61646D696E i:0#.w|dev\\sp_admin","LastModifiedTime":"\/Date(1576087949000)\/","CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","HPPURLOWSURLH":"https:\u002f\u002fintranet\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx, http:\u002f\u002fintranet\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx","CommentsOWSMTXT":null,"PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844974,"DefaultEncodingURL":"https:\u002f\u002fintranet\u002fBanners\u002fLista_270x75100%20(1).jpg","PublishingImage":null,"Title":"Lista_270x75100 (1)","Path":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","Description":null,"EditorOWSUSER":" | sp_admin | 693A30232E777C6C757369616461735C73705F61646D696E i:0#.w|dev\\sp_admin","LastModifiedTime":"\/Date(1576087937000)\/","CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","HPPURLOWSURLH":"https:\u002f\u002fintranet\u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx, \u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx","CommentsOWSMTXT":null,"PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844975,"DefaultEncodingURL":"https:\u002f\u002fintranet\u002fBanners\u002fManuais_270x75100%20(1).jpg","PublishingImage":null,"Title":"Manuais_270x75100 (1)","Path":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","Description":null,"EditorOWSUSER":" | sp_admin | 693A30232E777C6C757369616461735C73705F61646D696E i:0#.w|dev\\sp_admin","LastModifiedTime":"\/Date(1576087943000)\/","CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fintranet\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","HPPURLOWSURLH":"https:\u002f\u002fintranet\u002fColaboracaoServicos\u002fSistemasInforma\u00e7\u00e3o\u002fPaginas\u002fManuais-Aplica\u00e7\u00f5es.aspx, http:\u002f\u002fintranet\u002fColaboracaoServicos\u002fSistemasInforma%C3%A7%C3%A3o\u002fPaginas\u002fManuais-Aplica%C3%A7%C3%B5es.aspx","CommentsOWSMTXT":null,"PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
}
],"ResultTitle":null,"ResultTitleUrl":null,"RowCount":4,"TableType":"RelevantResults","TotalRows":4,"TotalRowsIncludingDuplicates":4
}
]
}
},258,{
"HasException":false,"ErrorInfo":null
}
]
Html source in SharePoint 2013:
<script type='text/javascript'>//<![CDATA[
var ctl00_PlaceHolderMain_Results_Banners_ctl00results={
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTableCollection","ElapsedTime":109,"Properties":{
"RowLimit":6,"SourceId":"\/Guid(8413cd39-2156-4e00-b54d-11efd9abdb89)\/","EnableInterleaving":true,"piPageImpression":"24824278_2052_2070","SerializedQuery":"<Query Culture=\"pt-PT\" EnableStemming=\"True\" EnablePhonetic=\"False\" EnableNicknames=\"False\" IgnoreAllNoiseQuery=\"True\" SummaryLength=\"180\" MaxSnippetLength=\"180\" DesiredSnippetLength=\"90\" KeywordInclusion=\"0\" QueryText=\"\" QueryTemplate=\"ListID:"8bfa132a-5539-4035-b409-f88be8b1bae8" ContentType:Imagem\" TrimDuplicates=\"True\" Site=\"50c4250d-2622-44ce-ade0-a4b75588b610\" Web=\"48e38de9-0972-4ab0-88fe-543c11f48d1e\" KeywordType=\"True\" HiddenConstraints=\"\" \u002f>"
},"QueryErrors":null,"QueryId":"b69d2028-710b-4401-b5f9-96a23d6f905c","SpellingSuggestion":"","TriggeredRules":[
],"ResultTables":[
{
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTable","GroupTemplateId":null,"ItemTemplateId":null,"Properties":{
"GenerationId":9223372036854775806,"ExecutionTimeMs":78,"QueryModification":"ListID:\"8bfa132a-5539-4035-b409-f88be8b1bae8\" ContentType:Imagem -ContentClass=urn:content-class:SPSPeople","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fGroup_Default.js","piPageImpressionBlockType":2,"StartRecord":0,"IsLastBlockInSubstrate":true,"IsFirstBlockInSubstrate":false,"IsFirstPinnedResultBlock":false,"IsLastPinnedResultBlock":false,"IsFirstRankedResultBlock":true,"IsLastRankedResultBlock":true
},"QueryId":"b69d2028-710b-4401-b5f9-96a23d6f905c","QueryRuleId":"00000000-0000-0000-0000-000000000000","ResultRows":[
{
"Rank":0,"DocId":867,"HPPURLOWSURLH":"http:\u002f\u002fuptodatehpp\u002f, http:\u002f\u002fuptodatehpp\u002f","DefaultEncodingURL":"http:\u002f\u002fclisaoffice\u002fBanners\u002fBanner_UpToDate_270x75100.jpg","CommentsOWSMTXT":null,"PublishingImage":null,"Title":"Up To Date","Path":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","Description":null,"EditorOWSUSER": | Hugo Dias (STI\u002fHQ) | 693A30232E777C6C757369616461735C70686331363533 ","LastModifiedTime":"\/Date(1493225937000)\/","CollapsingStatus":0,"HitHighlightedSummary":null,"HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":null,"IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Hugo Dias (STI\u002fHQ)","OriginalPath":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"AAMEnabledManagedProperties":"AttachmentURI;deeplinks;DefaultEncodingURL;ExternalMediaURL;HierarchyUrl;OrgParentUrls;OrgUrls;OriginalPath;ParentLink;Path;PictureThumbnailURL;PictureURL;PublishingImage;recommendedfor;ServerRedirectedEmbedURL;ServerRedirectedPreviewURL;ServerRedirectedURL;SiteLogo;SitePath;SPSiteURL;UserEncodingURL","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js","piSearchResultId":"0_1"
},{
"Rank":0,"DocId":869,"HPPURLOWSURLH":"http:\u002f\u002fclisaoffice\u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx, \u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx","DefaultEncodingURL":"http:\u002f\u002fclisaoffice\u002fBanners\u002fLista_270x75100%20(1).jpg","CommentsOWSMTXT":null,"PublishingImage":null,"Title":"Lista_270x75100 (1)","Path":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","Description":null,"EditorOWSUSER":","LastModifiedTime":"\/Date(1569257259000)\/","CollapsingStatus":0,"HitHighlightedSummary":null,"HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":null,"IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ)","OriginalPath":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"AAMEnabledManagedProperties":"AttachmentURI;deeplinks;DefaultEncodingURL;ExternalMediaURL;HierarchyUrl;OrgParentUrls;OrgUrls;OriginalPath;ParentLink;Path;PictureThumbnailURL;PictureURL;PublishingImage;recommendedfor;ServerRedirectedEmbedURL;ServerRedirectedPreviewURL;ServerRedirectedURL;SiteLogo;SitePath;SPSiteURL;UserEncodingURL","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js","piSearchResultId":"1_1"
},{
"Rank":0,"DocId":870,"HPPURLOWSURLH":"http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fSistemasInforma%C3%A7%C3%A3o\u002fPaginas\u002fManuais-Aplica%C3%A7%C3%B5es.aspx, http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fSistemasInforma%C3%A7%C3%A3o\u002fPaginas\u002fManuais-Aplica%C3%A7%C3%B5es.aspx","DefaultEncodingURL":"http:\u002f\u002fclisaoffice\u002fBanners\u002fManuais_270x75100%20(1).jpg","CommentsOWSMTXT":null,"PublishingImage":null,"Title":"Manuais_270x75100 (1)","Path":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","Description":null,"EditorOWSUSER":"","LastModifiedTime":"\/Date(1569342167000)\/","CollapsingStatus":0,"HitHighlightedSummary":null,"HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":null,"IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ)","OriginalPath":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"AAMEnabledManagedProperties":"AttachmentURI;deeplinks;DefaultEncodingURL;ExternalMediaURL;HierarchyUrl;OrgParentUrls;OrgUrls;OriginalPath;ParentLink;Path;PictureThumbnailURL;PictureURL;PublishingImage;recommendedfor;ServerRedirectedEmbedURL;ServerRedirectedPreviewURL;ServerRedirectedURL;SiteLogo;SitePath;SPSiteURL;UserEncodingURL","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js","piSearchResultId":"2_1"
},{
"Rank":0,"DocId":868,"HPPURLOWSURLH":"http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx, http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx","DefaultEncodingURL":"http:\u002f\u002fclisaoffice\u002fBanners\u002fL_QPS_banner_intra.jpg","CommentsOWSMTXT":null,"PublishingImage":null,"Title":"L_QPS_banner_intra","Path":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","Description":null,"EditorOWSUSER":"","LastModifiedTime":"\/Date(1569257081000)\/","CollapsingStatus":0,"HitHighlightedSummary":null,"HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":null,"IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ)","OriginalPath":"http:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","PartitionId":"\/Guid(0c37852b-34d0-418e-91c6-2ac25af4be5b)\/","UrlZone":0,"AAMEnabledManagedProperties":"AttachmentURI;deeplinks;DefaultEncodingURL;ExternalMediaURL;HierarchyUrl;OrgParentUrls;OrgUrls;OriginalPath;ParentLink;Path;PictureThumbnailURL;PictureURL;PublishingImage;recommendedfor;ServerRedirectedEmbedURL;ServerRedirectedPreviewURL;ServerRedirectedURL;SiteLogo;SitePath;SPSiteURL;UserEncodingURL","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js","piSearchResultId":"3_1"
}
],"ResultTitle":null,"ResultTitleUrl":null,"RowCount":4,"TableType":"RelevantResults","TotalRows":4,"TotalRowsIncludingDuplicates":4
}
]
};
// ]]></script>
Html souirce in SharePoint 2019:
[
{
"SchemaVersion":"15.0.0.0","LibraryVersion":"16.0.10351.20000","ErrorInfo":null,"TraceCorrelationId":"3e06229f-d404-d0be-6db0-156a51e14425"
},203,{
"IsNull":false
},212,{
"IsNull":false
},216,{
"IsNull":false
},238,{
"IsNull":false
},257,{
"IsNull":false
},262,{
"0d6ae5fb-996e-4033-aa53-56048235d59fDefault":{
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTableCollection","ElapsedTime":59,"Properties":{
"RowLimit":6,"SourceId":new SP.Guid("8413cd39-2156-4e00-b54d-11efd9abdb89"),"CorrelationId":new SP.Guid("3e06229f-d404-d0be-6db0-156a51e14425"),"WasGroupRestricted":false,"IsPartial":false,"HasParseException":false,"WordBreakerLanguage":"en","IsPartialUpnDocIdMapping":false,"EnableInterleaving":true,"IsMissingUnifiedGroups":false,"Constellation":"42DAF0","SerializedQuery":"<Query Culture=\"pt-PT\" EnableStemming=\"True\" EnablePhonetic=\"False\" EnableNicknames=\"False\" IgnoreAllNoiseQuery=\"True\" SummaryLength=\"180\" MaxSnippetLength=\"180\" DesiredSnippetLength=\"90\" KeywordInclusion=\"0\" QueryText=\"\" QueryTemplate=\"ListID:"8bfa132a-5539-4035-b409-f88be8b1bae8" ContentType:Imagem\" TrimDuplicates=\"True\" Site=\"50c4250d-2622-44ce-ade0-a4b75588b610\" Web=\"48e38de9-0972-4ab0-88fe-543c11f48d1e\" KeywordType=\"True\" HiddenConstraints=\"\" \u002f>"
},"QueryErrors":null,"QueryId":"18cd85f9-6be6-4608-9104-7a8157e27130","SpellingSuggestion":"","TriggeredRules":[
],"ResultTables":[
{
"_ObjectType_":"Microsoft.SharePoint.Client.Search.Query.ResultTable","GroupTemplateId":null,"ItemTemplateId":null,"Properties":{
"GenerationId":9223372036854775806,"indexSystem":"","ExecutionTimeMs":0,"QueryModification":"ListID:\"8bfa132a-5539-4035-b409-f88be8b1bae8\" ContentType:Imagem -ContentClass=urn:content-class:SPSPeople","RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fGroup_Default.js","StartRecord":0,"IsLastBlockInSubstrate":true,"IsFirstBlockInSubstrate":false,"IsFirstPinnedResultBlock":false,"IsLastPinnedResultBlock":false,"IsFirstRankedResultBlock":true,"IsLastRankedResultBlock":true
},"QueryId":"18cd85f9-6be6-4608-9104-7a8157e27130","QueryRuleId":"00000000-0000-0000-0000-000000000000","ResultRows":[
{
"Rank":16.738245010376,"DocId":1844972,"DefaultEncodingURL":"https:\u002f\u002fclisaoffice\u002fBanners\u002fBanner_UpToDate_270x75100.jpg","PublishingImage":null,"Title":"Up To Date","Path":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","Description":null,"EditorOWSUSER":"","LastModifiedTime":SP.DataConvert.createUtcDateTime(1576087929000),"CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Hugo Dias (STI\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=11","HPPURLOWSURLH":"http:\u002f\u002fuptodatehpp\u002f, http:\u002f\u002fuptodatehpp\u002f","CommentsOWSMTXT":null,"PartitionId":new SP.Guid("0c37852b-34d0-418e-91c6-2ac25af4be5b"),"UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844973,"DefaultEncodingURL":"https:\u002f\u002fclisaoffice\u002fBanners\u002fL_QPS_banner_intra.jpg","PublishingImage":null,"Title":"L_QPS_banner_intra","Path":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","Description":null,"EditorOWSUSER":"","LastModifiedTime":SP.DataConvert.createUtcDateTime(1576087949000),"CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=16","HPPURLOWSURLH":"https:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx, http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fQualidade\u002fPaginas\u002fdefault.aspx","CommentsOWSMTXT":null,"PartitionId":new SP.Guid("0c37852b-34d0-418e-91c6-2ac25af4be5b"),"UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844974,"DefaultEncodingURL":"https:\u002f\u002fclisaoffice\u002fBanners\u002fLista_270x75100%20(1).jpg","PublishingImage":null,"Title":"Lista_270x75100 (1)","Path":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","Description":null,"EditorOWSUSER":"","LastModifiedTime":SP.DataConvert.createUtcDateTime(1576087937000),"CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=17","HPPURLOWSURLH":"https:\u002f\u002fclisaoffice\u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx, \u002fComunicacaoeGestaoConhecimento\u002fcontactos\u002fContactos\u002fLista_Telefonica_CLISA_10032017.xlsx","CommentsOWSMTXT":null,"PartitionId":new SP.Guid("0c37852b-34d0-418e-91c6-2ac25af4be5b"),"UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
},{
"Rank":16.738245010376,"DocId":1844975,"DefaultEncodingURL":"https:\u002f\u002fclisaoffice\u002fBanners\u002fManuais_270x75100%20(1).jpg","PublishingImage":null,"Title":"Manuais_270x75100 (1)","Path":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","Description":null,"EditorOWSUSER":"","LastModifiedTime":SP.DataConvert.createUtcDateTime(1576087943000),"CollapsingStatus":0,"HitHighlightedSummary":"","HitHighlightedProperties":null,"FileExtension":"aspx","ViewsLifeTime":null,"ParentLink":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fAllItems.aspx","FileType":"jpg","IsContainer":false,"SecondaryFileExtension":"jpg","DisplayAuthor":"Miguel Ribeiro (MKT&GC\u002fHQ);sp_admin","OriginalPath":"https:\u002f\u002fclisaoffice\u002fBanners\u002fForms\u002fDispForm.aspx?ID=18","HPPURLOWSURLH":"https:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fSistemasInforma\u00e7\u00e3o\u002fPaginas\u002fManuais-Aplica\u00e7\u00f5es.aspx, http:\u002f\u002fclisaoffice\u002fColaboracaoServicos\u002fSistemasInforma%C3%A7%C3%A3o\u002fPaginas\u002fManuais-Aplica%C3%A7%C3%B5es.aspx","CommentsOWSMTXT":null,"PartitionId":new SP.Guid("0c37852b-34d0-418e-91c6-2ac25af4be5b"),"UrlZone":0,"Culture":"pt-PT","ResultTypeId":0,"RenderTemplateId":"~sitecollection\u002f_catalogs\u002fmasterpage\u002fDisplay Templates\u002fSearch\u002fItem_Default.js"
}
],"ResultTitle":null,"ResultTitleUrl":null,"RowCount":4,"TableType":"RelevantResults","TotalRows":4,"TotalRowsIncludingDuplicates":4
}
]
}
},258,{
"HasException":false,"ErrorInfo":null
}
]