6
Methods
0
Implementations
0
Required By
01

Methods

  • with_filter
    (field, op: FilterOp, value) -> QuerySpec
    Add a filter clause
  • with_sort
    (field, direction=ASC) -> QuerySpec
    Add a sort clause
  • with_page
    (limit=50, cursor=None, offset=None) -> QuerySpec
    Set pagination parameters
  • with_text
    (text: str) -> QuerySpec
    Set full-text search query
  • to_dict
    () -> dict
    Serialize for HTTP transport
  • from_dict
    (data: dict) -> QuerySpec
    Deserialize from HTTP request
02

Implementations

No implementations registered

03

Required By

Not required by any components