Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WikiSearchResponse

Defines a wiki search response item.

Hierarchy

Index

Properties

Properties

Optional facets

facets: object

A dictionary storing an array of Filter object against each facet.

Type declaration

  • [key: string]: Array<Filter>

Optional infoCode

infoCode: number

Numeric code indicating any additional information: 0 - Ok, 1 - Account is being reindexed, 2 - Account indexing has not started, 3 - Invalid Request, 4 - Prefix wildcard query not supported, 5 - MultiWords with code facet not supported, 6 - Account is being onboarded, 7 - Account is being onboarded or reindexed, 8 - Top value trimmed to maxresult allowed 9 - Branches are being indexed, 10 - Faceting not enabled, 11 - Work items not accessible, 19 - Phrase queries with code type filters not supported, 20 - Wildcard queries with code type filters not supported. Any other info code is used for internal purpose.

Generated using TypeDoc