You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by "Jonathan Sinovassin-Naïk (Jira)" <ji...@apache.org> on 2023/05/11 13:07:00 UTC

[jira] [Assigned] (UNOMI-780) Result size limit when searching events

     [ https://issues.apache.org/jira/browse/UNOMI-780?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Sinovassin-Naïk reassigned UNOMI-780:
----------------------------------------------

    Assignee: Jonathan Sinovassin-Naïk

> 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
>            Assignee: 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)