Search results

SearchSettings API in JavaScript (ES5) FileManager API control

Specifies the Search settings of the File Manager.

Properties

allowSearchOnTyping

boolean

Enables or disables the allowSearchOnTyping.

Defaults to true

filterType

FilterType

Specifies the filter type while searching the content. The available filter types are:

  • contains
  • startsWith
  • endsWith

Defaults to ‘contains’

ignoreCase

boolean

If ignoreCase is set to false, searches files that match exactly, else searches files that are case insensitive(uppercase and lowercase letters treated the same).

Defaults to true

placeholder

string

Specifies the placeholder value to the search input of the File Manager component. It accepts string.

Defaults to null