The standard response to any value search request always includes information about the total number of matched values found, and whether all of them have been returned in this request. This information is returned in the TotalValuesCount and HasMore attributes on the PropertyMatches element.
TotalValuesCount | Specifies the total number of matched values found per property. |
HasMore | Specifies whether any results were cut off because of a limit specified in the request with MaxPerProperty. |
<cs:PropertyMatches Name="ProductCategory" DisplayName="Product Category" TotalValuesCount="1" HasMore="false"> <cs:Match> <cs:MatchingValue DisplayName="Gloves">20</cs:MatchingValue> <cs:FullPath> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="/">ProductCategory </cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="/"/> </cs:DimensionValue> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="CAT_CLOTHING">Clothing </cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="CAT_CLOTHING"/> </cs:DimensionValue> <cs:DimensionValue> <cs:DimensionValue DimensionName="ProductCategory" Spec="20">Gloves</cs:DimensionValue> <cs:Operator xsi:type="cs:RefinementOperator" Name="ProductCategory" Spec="20"/> </cs:DimensionValue> </cs:FullPath> </cs:Match> </cs:PropertyMatches>