Skip to content
This repository was archived by the owner on Jul 2, 2024. It is now read-only.
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Support Count and LongCount top-level operations #5

Description

@damieng

Support:

  • query.Count()
  • query.Count(x => x.Boolean)
  • query.LongCount()
  • query.LongCount(x => x.Boolean)

Note that the version containing the boolean predicate overloads will also need to add a sub-filter to the facet containing the translated predicate.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions