API Docs for: 1.0.0
Show:

eZ.SearchViewService Class

The search view service class

Constructor

Methods

_load

(
  • callback
)
protected

Set the searchString and limit from the URL, If there is a searchString make a fulltext search, stores the results, and calls callback once it's done.

Parameters:

  • callback Function

_navigateToDoSearch

(
  • eventFacade
  • e.searchString
  • e.limit
)
protected

Makes the app navigate to "doSearch" location

Parameters:

  • eventFacade EventFacade
  • e.searchString String
  • e.limit Integer

Attributes

limit

Number

The number of elements that should increase the limit after loading more contents

Default: 10

searchResultCount

Number

The number of item returned by the searchRequest

searchResultList

Array

The search result list containing the items to display

searchString

String

The search string used for the search request