search_query.serializer_structured

Structured serializer.

Functions

to_string_structured(query, *[, level])

Convert the query to a string.

to_string_structured_2(query[, level])

Convert the query into a multiline, indented Boolean-style expression.

search_query.serializer_structured.to_string_structured(query: Query, *, level: int = 0) str

Convert the query to a string.

search_query.serializer_structured.to_string_structured_2(query: Query, level: int = 0) str

Convert the query into a multiline, indented Boolean-style expression.