IContentFilterDefinition

Interface

Fields related to Content based searches // TODO: Remove with _searchContent

Properties

Property Type Notes
access Optional string | string[] | IMatchOptions
categories Optional string | string[] | IMatchOptions
created Optional IDateRange<number> | IRelativeDate
description Optional string | string[] | IMatchOptions
group Optional string | string[] | IMatchOptions
id Optional string | string[] | IMatchOptions
modified Optional IDateRange<number> | IRelativeDate
orgid Optional string | string[] | IMatchOptions
owner Optional string | string[] | IMatchOptions
snippet Optional string | string[] | IMatchOptions
subFilters Optional Array<IContentFilterDefinition | NamedContentFilter>
tags Optional string | string[] | IMatchOptions
term Optional string
title Optional string | string[] | IMatchOptions
type Optional string | NamedContentFilter | Array<string | NamedContentFilter> | IMatchOptions
typekeywords Optional string | string[] | IMatchOptions

Index Signatures

Key Type Value Type Notes
string any

Fields related to Content based searches // TODO: Remove with _searchContent


Interface defined in common/src/search/types/types.ts:81