search_term property

search_term property

The text (or regex pattern, if SearchHighlightOptions.is_search_term_reg_ex property is True) to search for.

If SearchHighlightOptions.is_search_term_reg_ex is True, this property should contain a valid regular expression pattern.

Definition:

@property
def search_term(self):
    ...
@search_term.setter
def search_term(self, value):
    ...

See Also