Creates an instance of Search manager
Get if the search bar is focused
Regular expression for the search query
[1]
): The group contains either undefined or metadata keykey:keyword
= key
key:"key word"
= key
keyword
= undefined
"key word"
= undefined
[2]
): The group contains either undefined or the keyword
contained in two quotation marks ("..."
) and separated by two
whitespaces (or the begin/end of the string)key:keyword
= undefined
key:"key word"
= key word
keyword
= undefined
"key word"
= key word
[3]
): The group contains either undefined or a keyword
separated by two whitespaces (or the begin/end of the string)key:keyword
= keyword
key:"key word"
= undefined
keyword
= keyword
"key word"
= undefined
Focus the search bar
Do a search which automatically hides list elements that aren't matches
Display all list elements (show all hidden ones by executing this method)
Get the parsed search query results
Generated using TypeDoc
Class that enables to search a list of elements with the same data