Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextSearchQuery

The parameters of a query for text search.

Hierarchy

  • TextSearchQuery

Index

Properties

Optional isCaseSensitive

isCaseSensitive: boolean

Whether or not the search should be case-sensitive.

Optional isMultiline

isMultiline: boolean

Whether or not pattern should match multiple lines of text.

Optional isRegExp

isRegExp: boolean

Whether or not pattern should be interpreted as a regular expression.

Optional isWordMatch

isWordMatch: boolean

Whether or not to search for whole word matches only.

pattern

pattern: string

The text pattern to search for.