Feature Request
The get function of the statements api currently uses query_statements which returns an object of type StatementQueryResult. This class has properties pit_id and search_after which are linked in the syntax and functioning to the ES database.
It could be nice for clarity and code organisation to dissociate these concepts.
Feature Request
The get function of the statements api currently uses
query_statementswhich returns an object of typeStatementQueryResult. This class has propertiespit_idandsearch_afterwhich are linked in the syntax and functioning to the ES database.It could be nice for clarity and code organisation to dissociate these concepts.