Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SearchManager

Index

Constructors

constructor

  • Initializes a new instance of the {@link geocortex.essentialsHtmlViewer.mapping.infrastructure.search.SearchManager} class.

    class

    The search manager is the central access point for all things search within the viewer. The idea is that various search providers will be registered with the search manager and will all be used when a search takes place (if enabled).

    constructs
    memberof

    geocortex.essentialsHtmlViewer.mapping.infrastructure.search

    Parameters

    • app: ViewerApplication

      The {@link geocortex.framework.application.Application} instance that this SearchManager belongs to.

    Returns SearchManager

Properties

app

The {@link geocortex.essentialsHtmlViewer.ViewerApplication} that this search manager instance belongs to.

Methods

_resetFeatureSetCollection

  • _resetFeatureSetCollection(): void
  • Returns void

Private _searchProgress

  • Parameters

    Returns void

getSearchHints

  • Returns a collection of strings that match or are related to the provided search text. This is typically used for auto-complete dropdown boxes.

    Parameters

    • hints: ObservableCollection<SearchHintItem>

      The collection of hints. This collection should be manipulated (added) to by the implementation.

    • searchText: string

      The text the user is searching on.

    Returns void