Tuple search
Returns a flat list of tuples (anonymous objects) containing the fields (Projektionen) defined in the search.
Example result as XML
Suchergebnis
<?
xml
version
=
"1.0"
encoding
=
"UTF-8"
?>
<
core
:DataServiceSearchResult ...>
<
core
:TupleSearchResult
maxResults
=
"100"
count
=
"2"
>
<
columns
>
<
name
xsi:type
=
"xsd:string"
>ShipmentId</
name
>
<
name
xsi:type
=
"xsd:string"
>workingState</
name
>
<
name
xsi:type
=
"xsd:string"
>uceName1</
name
>
<
name
xsi:type
=
"xsd:string"
>uceName2</
name
>
<
name
xsi:type
=
"xsd:string"
>cnrName1</
name
>
<
name
xsi:type
=
"xsd:string"
>cnrName2</
name
>
</
columns
>
<
result
>
<
row
>
<
item
xsi:type
=
"xsd:long"
>1</
item
>
<
item
enumName
=
"base:WorkingState"
name
=
"NEW"
xsi:type
=
"core:DynamicEnumValue"
/>
<
item
xsi:type
=
"xsd:string"
>Kümmerlich</
item
>
<
item
xsi:type
=
"xsd:string"
>Wolfgang</
item
>
<
item
xsi:type
=
"xsd:string"
>Schuster</
item
>
<
item
xsi:type
=
"xsd:string"
>Josefine</
item
>
</
row
>
<
row
>
<
item
xsi:type
=
"xsd:long"
>51</
item
>
<
item
enumName
=
"base:WorkingState"
name
=
"ACCEPTED"
xsi:type
=
"core:DynamicEnumValue"
/>
<
item
xsi:type
=
"xsd:string"
>Mustermann</
item
>
<
item
xsi:type
=
"xsd:string"
>Max</
item
>
<
item
xsi:type
=
"xsd:string"
>Sonnenschein</
item
>
<
item
xsi:type
=
"xsd:string"
>Paula</
item
>
</
row
>
</
result
>
</
core
:TupleSearchResult>
</
core
:DataServiceSearchResult>
The columns in the search result (columns) were defined as Field projections (1) in the example search. The order of the item nodes in the search result corresponds to the order of the columns.