Static Keyword Values - Public Sector Constituency Web Access - English - Foundation 22.1 - OnBase - external

Public Sector Constituency Web Access

Platform
OnBase
Product
Public Sector Constituency Web Access
Release
Foundation 22.1
License

To predefine static Keyword Values, one or more keyword and value pairs must be added as an object within the keywordList array in the searchPanel object, and the value of the useQueryStringKeywords key must be set to false.

The following example shows a preconfigured Municipal Contracts Custom Query (ID #103), where the static values of Transportation for the Department Keyword Type (ID #115) and Awarded for the Status Keyword Type (ID #119) are predefined:

"showSingleQuery": true
"selectedQueryId": 103,
"keywordList": [
{
"keywordId": 115,
"value": "Transportation"
},
{
"keywordId": 119,
"value": "Awarded"
}
],
"useQueryStringKeywords": false,