Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IIndexedEntitySearchService

    Performs entity search against search indexes.

    Namespace: Umbraco.Cms.Core.Services
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IIndexedEntitySearchService
    Remarks

    Note that this service only supports entity types that are included in search indexes. By default this means documents, media and members.

    Methods

    View Source

    SearchAsync(UmbracoObjectTypes, string, Guid?, IEnumerable<Guid>?, bool?, string?, int, int, bool)

    Declaration
    Task<PagedModel<IEntitySlim>> SearchAsync(UmbracoObjectTypes objectType, string query, Guid? parentId, IEnumerable<Guid>? contentTypeIds, bool? trashed, string? culture = null, int skip = 0, int take = 100, bool ignoreUserStartNodes = false)
    Parameters
    Type Name Description
    UmbracoObjectTypes objectType
    string query
    Guid? parentId
    IEnumerable<Guid> contentTypeIds
    bool? trashed
    string culture
    int skip
    int take
    bool ignoreUserStartNodes
    Returns
    Type Description
    Task<PagedModel<IEntitySlim>>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX