Skip to content

Leverage search method when working with single orderBy parameter #5

@timmixell

Description

@timmixell

The executeSelect method currently always routes searches through the aggregation interface. This requires a call to get a list of IDs that satisfy the search criteria, and subsequently a call to retrieve the documents associated with those IDs. This is done to accommodate the potential for multiple SORT BY criteria.

In the scenario where a single sort field is furnished, a single search call may be made to retrieve all matching documents in a single call.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions