tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > SearchQuery

SearchQuery type

Represents a data object of Search Query.

Signature:

export type SearchQuery = {
    $type?: string;
    Title?: string;
    ActivityDefinition?: Link;
    Author?: Link;
    BasedOnSchemas?: Array<BasedOnSchema>;
    BlueprintStatus?: SearchBlueprintStatus;
    Description?: string;
    FromRepository?: Link;
    FullTextQuery?: string;
    IsDescriptionCaseSensitive?: boolean;
    IsPublished?: boolean;
    IsTitleCaseSensitive?: boolean;
    ItemTypes?: Array<RLOItemType>;
    LockType?: Array<LockType>;
    LockUser?: Link;
    ModifiedAfter?: string;
    ModifiedBefore?: string;
    ModifiedInLastDays?: number;
    ModifiedInLastMonths?: number;
    ProcessDefinition?: Link;
    ResultLimit?: number;
    SearchIn?: Link;
    SearchInSubtree?: boolean;
    UsedKeywords?: Array<Link>;
};

References: Link, BasedOnSchema, SearchBlueprintStatus, RLOItemType, LockType