Skip to content

Commit

Permalink
add note about top_hits operator on readme
Browse files Browse the repository at this point in the history
  • Loading branch information
m-Bilal committed Dec 20, 2024
1 parent f03cf7b commit 6ff4c1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ Below, you'll find a matrix of all supported features for the Elasticsearch conn
| Nested Sorting || |
| Nested Relationships || |

> [!Note]
> Remote Relationships are currently implemented via `top_hits` operator. That operator has a default maximum result size limit of 100 rows. This is what the connector operates on. If you give the connector a higher limit, it will change that to 100 for compliance with the database. Also, since the returned result will contain only 100 rows per bucket, it may not represent the whole result.
## Before you get Started

1. Create a [Hasura Cloud account](https://console.hasura.io)
Expand Down

0 comments on commit 6ff4c1f

Please sign in to comment.