Skip to main content Skip to complementary content

Attributes Property

Overloads

Attributes

Provides detail of the match as requested by the user in SearchObjectsOptions.qAttributes or SearchCombinationOptions.qAttributes

If the user requests SearchObjects or SearchResults with an empty qAttributes option, the outputted qAttributes is returned empty.

For SearchObjects requested with qProperty , the SearchGroupItemMatch.qAttributes return value contains “qProperty”, "qMetaDef/title” if the match has been found in the title of the item. For dimension values, the returned qProperty will be “*” .

For SearchResults requested with qNum , the SearchGroupItemMatch.qAttributes return value contains "qNum", N where N is the numeric value of the element or NaN if the value is not numeric.

For SearchResults requested with qElemNum , the SearchGroupItemMatch.qAttributes return value contains "qElemNum", N where N is the value index of the element.

JSON property name: qAttributes

Attributes

Provides detail of the match as requested by the user in SearchObjectsOptions.qAttributes or SearchCombinationOptions.qAttributes

If the user requests SearchObjects or SearchResults with an empty qAttributes option, the outputted qAttributes is returned empty.

For SearchObjects requested with qProperty , the SearchGroupItemMatch.qAttributes return value contains “qProperty”, "qMetaDef/title” if the match has been found in the title of the item. For dimension values, the returned qProperty will be “*” .

For SearchResults requested with qNum , the SearchGroupItemMatch.qAttributes return value contains "qNum", N where N is the numeric value of the element or NaN if the value is not numeric.

For SearchResults requested with qElemNum , the SearchGroupItemMatch.qAttributes return value contains "qElemNum", N where N is the value index of the element.

JSON property name: qAttributes

Declaration

      SearchAttributeArray Attributes { get; set; }
    

Property Value

Type Description
SearchAttributeArray

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!