How to use withOffset additional operator with aggregate search

Hi, i want to do an aggregate search with limit and offset. I have gone through the documentation it has been written here : “GraphQL - Additional operators | Weaviate - vector database” under “Pagination by offset” that supported by aggregate function.
But when i use it with aggregate it tells no function found with name withOffset.
Can someone help me out in this. I want aggregated data in pages.

1 Like

Thanks for pointing out the discrepancy in our docs - fixed! Aggregate pagination supports only limit, but not offset yet. I’ve filed a feature request for that feature - feel free to vote on it so we can prioritize it :slight_smile:

1 Like