class documentation

class TextSearchOptions(Data): (source)

Constructor: TextSearchOptions(*args, **kwargs)

View In Hierarchy

Undocumented

Class Variable caseSensitive use the case sensitive search
Class Variable minLength minimal pattern length
Class Variable type type of the search

Inherited from Data:

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
caseSensitive: bool = (source)

use the case sensitive search

minLength: int = (source)

minimal pattern length

type of the search