[
https://issues.apache.org/jira/browse/UNOMI-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jonathan Sinovassin-Naïk updated UNOMI-780:
-------------------------------------------
Description:
When searching events with the EventServiceEndpoint here
https://github.com/apache/unomi/blob/bbb1584b67596757c4d8f1ddd720c745d5d0278d/rest/src/main/java/org/apache/unomi/rest/endpoints/EventServiceEndpoint.java#L68
the number of returned result are limited to 10 000, even when using the limit,
offset properties. Once the number of events reached 10 000, the events are not
returned anymore.
When the limit property is equal to -1, all events are returned.
We should have the possibility to use the limit and offset properties and have
more than 10 000 results.
was:
When searching events with the EventServiceEndpoint here
https://github.com/apache/unomi/blob/bbb1584b67596757c4d8f1ddd720c745d5d0278d/rest/src/main/java/org/apache/unomi/rest/endpoints/EventServiceEndpoint.java#L68
the number of returned result are limited to 10 000, even when using the limit,
offset properties.
When the limit property is equal to -1, all events are returned.
> Result size limit when searching events
> ---------------------------------------
>
> Key: UNOMI-780
> URL: https://issues.apache.org/jira/browse/UNOMI-780
> Project: Apache Unomi
> Issue Type: Bug
> Reporter: Jonathan Sinovassin-Naïk
> Priority: Major
> Fix For: unomi-2.3.0, unomi-1.9.0
>
>
> When searching events with the EventServiceEndpoint here
> https://github.com/apache/unomi/blob/bbb1584b67596757c4d8f1ddd720c745d5d0278d/rest/src/main/java/org/apache/unomi/rest/endpoints/EventServiceEndpoint.java#L68
> the number of returned result are limited to 10 000, even when using the
> limit, offset properties. Once the number of events reached 10 000, the
> events are not returned anymore.
> When the limit property is equal to -1, all events are returned.
> We should have the possibility to use the limit and offset properties and
> have more than 10 000 results.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)