tiled.queries.FullText

class tiled.queries.FullText(text: str)[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
__init__(text: str) None

Methods

__init__(text)

decode(*, text)

encode()

Attributes

text