Interface SearchService

Provides search functionality (use search-api.SearchService OSGi service name).

interface SearchService {
    search(query, options?): Search;
}

Methods

Methods

  • Searches items on one or more data sources using the given query.

    Parameters

    • query: string

      the search query

    • Optional options: SearchOptions

      options to customize the search

    Returns Search

    An object that represents the state of the search.

Generated using TypeDoc