You are looking at documentation for an older release. Not what you want? See the current release documentation.
This FAQ Setting node stores the user settings data, such as how answer is ordered (in alphabetical order or by created date), the order type (descending or ascending) or the user's selection to sort questions by popularity. Each user has a dedicated settings data to select the display preferences in FAQ. The default setting will be used if the users has never changed and saved their setting.
The User Setting node of an individual user is stored in
/exo:applications/faqApp/settingHome/userSettingHome/%user-id%
and has the following properties:
Properties name | Required type | Multiple | Description |
---|---|---|---|
exo:ordeBy | string | false | Defines how questions are ordered, by "alphabet/index" or "created date". |
exo:ordeType | string | false | The value "asc" = ascending and "des" = descending. |
exo:sortQuestionByVote | Boolean | false | All questions will be sorted by the popularity (based on the number of votes) if the value is set to "true". |