Support of pytsite-9.0
.
Missing __len()__
implementations added.
New method Query.rm_field()
added.
LogicalOperator.operators
constructor made required.LogicalOperator.compile()
's return value cleanup added.- Incorrect
Query.__len__()
's return value fixed.
- New
Query.operators
getter and setter. - New methods in
Query
:__eq__()
,__getitem__()
,__delitem__()
,__contains__
. - New methods in
Operator
:__str__()
,__eq__()
. - New methods in
LogicalOperator
:add()
,__getitem()__
,__delitem__()
,__contains__()
. - Unnecessary
query
arg removed fromQuery.__init__()
.
Cleanup.
Text search operator language checking added.
First release.