4949 id :
5050 - null
5151 - $.Id
52+ auxip:id :
53+ - null
54+ - $.Id
5255 Name :
5356 - null
5457 - $.Name
6467 EvictionDate :
6568 - null
6669 - $.EvictionDate
70+ DatetimeStart :
71+ - null
72+ - $.ContentDate.Start
6773 Start :
6874 - null
6975 - $.ContentDate.Start
@@ -82,15 +88,18 @@ adgs:
8288 attr_ptype :
8389 - null
8490 - $.attr_ptype
85- attr_serial_identif :
91+ platformSerialIdentifier :
92+ - null
93+ - $.platformSerialIdentifier
94+ platformShortName :
8695 - null
87- - $.attr_serial_identif
88- attr_platform_short_name :
96+ - $.platformShortName
97+ processing:datetime :
8998 - null
90- - $.attr_platform_short_name
91- attr_processing_date :
99+ - $.processing:datetime
100+ processingCenter :
92101 - null
93- - $.attr_processing_date
102+ - $.processingCenter
94103 attrs :
95104 - null
96105 - $.Attributes
@@ -107,6 +116,7 @@ adgs:
107116 operations :
108117 and :
109118 - contains(Name, '{Name}')
119+ - contains(Id, '{auxip:id}')
110120 - (PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} or PublicationDate
111121 eq {StartPublicationDate#to_iso_utc_datetime})
112122 - (PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} or PublicationDate
@@ -115,11 +125,16 @@ adgs:
115125 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType'
116126 and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}')
117127 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier'
118- and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif }')
128+ and att/OData.CSC.StringAttribute/Value eq '{platformSerialIdentifier }')
119129 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformShortName'
120- and att/OData.CSC.StringAttribute/Value eq '{attr_platform_short_name #to_upper}')
130+ and att/OData.CSC.StringAttribute/Value eq '{platformShortName #to_upper}')
121131 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'processingDate'
122- and att/OData.CSC.StringAttribute/Value eq '{attr_processing_date#to_iso_utc_datetime}')
132+ and att/OData.CSC.StringAttribute/Value eq '{processing:datetime#to_iso_utc_datetime}')
133+ - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'processingCenter'
134+ and att/OData.CSC.StringAttribute/Value eq '{processingCenter#to_iso_utc_datetime}')
135+ - ContentDate/Start gt {Start#to_iso_utc_datetime}
136+ - ContentDate/Start eq {DatetimeStart#to_iso_utc_datetime}
137+ - ContentDate/Stop lt {Stop#to_iso_utc_datetime}
123138 sort :
124139 sort_by_tpl : ' &$orderby={sort_param} {sort_order}'
125140 sort_param_mapping :
@@ -177,6 +192,9 @@ adgs2:
177192 id :
178193 - null
179194 - $.Id
195+ auxip:id :
196+ - null
197+ - $.Id
180198 Name :
181199 - null
182200 - $.Name
@@ -192,6 +210,9 @@ adgs2:
192210 EvictionDate :
193211 - null
194212 - $.EvictionDate
213+ DatetimeStart :
214+ - null
215+ - $.ContentDate.Start
195216 Start :
196217 - null
197218 - $.ContentDate.Start
@@ -210,15 +231,18 @@ adgs2:
210231 attr_ptype :
211232 - null
212233 - $.attr_ptype
213- attr_serial_identif :
234+ platformSerialIdentifier :
235+ - null
236+ - $.platformSerialIdentifier
237+ platformShortName :
214238 - null
215- - $.attr_serial_identif
216- attr_platform_short_name :
239+ - $.platformShortName
240+ processing:datetime :
217241 - null
218- - $.attr_platform_short_name
219- attr_processing_date :
242+ - $.processing:datetime
243+ processingCenter :
220244 - null
221- - $.attr_processing_date
245+ - $.processingCenter
222246 attrs :
223247 - null
224248 - $.Attributes
@@ -235,6 +259,7 @@ adgs2:
235259 operations :
236260 and :
237261 - contains(Name, '{Name}')
262+ - contains(Id, '{auxip:id}')
238263 - (PublicationDate gt {StartPublicationDate#to_iso_utc_datetime} or PublicationDate
239264 eq {StartPublicationDate#to_iso_utc_datetime})
240265 - (PublicationDate lt {StopPublicationDate#to_iso_utc_datetime} or PublicationDate
@@ -243,11 +268,16 @@ adgs2:
243268 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'productType'
244269 and att/OData.CSC.StringAttribute/Value eq '{attr_ptype}')
245270 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformSerialIdentifier'
246- and att/OData.CSC.StringAttribute/Value eq '{attr_serial_identif }')
271+ and att/OData.CSC.StringAttribute/Value eq '{platformSerialIdentifier }')
247272 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'platformShortName'
248- and att/OData.CSC.StringAttribute/Value eq '{attr_platform_short_name #to_upper}')
273+ and att/OData.CSC.StringAttribute/Value eq '{platformShortName #to_upper}')
249274 - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'processingDate'
250- and att/OData.CSC.StringAttribute/Value eq '{attr_processing_date#to_iso_utc_datetime}')
275+ and att/OData.CSC.StringAttribute/Value eq '{processing:datetime#to_iso_utc_datetime}')
276+ - Attributes/OData.CSC.StringAttribute/any(att:att/Name eq 'processingCenter'
277+ and att/OData.CSC.StringAttribute/Value eq '{processingCenter#to_iso_utc_datetime}')
278+ - ContentDate/Start gt {Start#to_iso_utc_datetime}
279+ - ContentDate/Start eq {DatetimeStart#to_iso_utc_datetime}
280+ - ContentDate/Stop lt {Stop#to_iso_utc_datetime}
251281 sort :
252282 sort_by_tpl : ' &$orderby={sort_param} {sort_order}'
253283 sort_param_mapping :
0 commit comments