tiled.queries.FullText

class tiled.queries.FullText(text: str, case_sensitive: bool = False)[source]

Search the full text of all metadata values for word matches.

This matches complete words, so ‘dog’ would match ‘cat dog elephant’, but ‘do’ would not match.

Parameters:
textstr
case_sensitivebool, optional

Default False (case-insensitive).

__init__(text: str, case_sensitive: bool = False) None

Methods

__init__(text[, case_sensitive])

decode(*, text[, case_sensitive])

encode()

Attributes

case_sensitive

text