# Functions
MakeCondition make condition.
ResolveSearchQuery 解析*
* exact / iexact 等于
* contains / icontains 包含
* gt / gte 大于 / 大于等于
* lt / lte 小于 / 小于等于
* startswith / istartswith 以…起始
* endswith / iendswith 以…结束
* in
* isnull
* order 排序 e.g.
# Constants
FromQueryTag tag标记.
# Interfaces
Condition interface.