Skip to main content

QueryCells

Execute a CellQuery against the snapshot. Planner picks cheapest index; remaining predicates applied in-memory.
All predicate fields are AND-combined; zero/empty values are ignored.

CellQuery fields

Sort order

Query planner index selection

The planner picks the cheapest index based on the query:

Temporal queries

After/Before filter on cell ValidFrom. Cells with no ValidFrom are excluded from any temporal query. Uses the existing time/ weekly-bucket index.

CellQueryResult

See also

  • Search — Content search wrapper
  • Cells — Cell operations