go-bond / bond

Other
10 stars 3 forks source link

Query Intersect feature #94

Closed marino39 closed 1 year ago

marino39 commented 1 year ago

Description:

The new feature allows Queries to intersect two or more different indexes and filter and order the result. The queries that are intersected can not have any modifiers applied such as offset, limit, order, or filter. Only parent queries can have those. This wouldn't be efficient, it's better to do that at a later stage when all intersecting rows are known.

marino39 commented 1 year ago

Implemented in https://github.com/go-bond/bond/pull/93