Skip to content

Commit

Permalink
callout limitations on elasticsearch readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Bilal committed Dec 20, 2024
1 parent 7f5518f commit b1c4c9b
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions registry/hasura/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,25 @@ Docs for the Elasticsearch data connector:
Below, you'll find a matrix of all supported features for the Elasticsearch connector:

| Feature | Supported | Notes |
|---------------------------------| --------- | ----- |
| ------------------------------- | --------- | ----- |
| Native Queries + Logical Models || |
| Simple Object Query || |
| Filter / Search || |
| Simple Aggregation | | |
| Simple Aggregation | alpha\* | |
| Sort || |
| Paginate || |
| Paginate |\* | |
| Relationships || |
| Nested Objects || |
| Nested Arrays || |
| Nested Filtering || |
| Nested Sorting || |
| Relationships || |
| Nested Relationships || |

> [!Note]
> **Pagination** currently works only upto 10,000 rows because of the limits that Elasticsearch imposes. Pagination for additional rows will be available in a future relase version.
> [!Note]
> Aggregations are currently in alpha and are being actively worked upon
## Prerequisites

Expand Down

0 comments on commit b1c4c9b

Please sign in to comment.