Skip to content

Search Paginator - Limits to one Sort Parameter #110

@liamokeeffe42

Description

@liamokeeffe42

if search.sort is None or len(search.sort) != 1:

The search paginator limits the sort parameter to only one value. This limits our ability to effectively use the searchAfter functionality since we can only specify one parameter as well. For example, if we want to pull in all audit events from search we are forced to only use the created value. On the instances that there are multiple events with the same timestamp, we would miss them. If we could specify both created and id in the sort and searchAfter parameters we could avoid this issue.

The API lets you specify more than one, so I would think we can accomplish the same through the SDK. This enhancement would really help our team!

Thanks!

Metadata

Metadata

Assignees

No one assigned

    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