[PR #149] [MERGED] Feature: indexed take/skip with metadata sort #129

Closed
opened 2026-05-23 08:31:25 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/appy-one/acebase/pull/149
Author: @appy-one
Created: 9/5/2022
Status: Merged
Merged: 9/5/2022
Merged by: @appy-one

Base: masterHead: feature/indexes/take-with-metadata-sort


📝 Commits (4)

  • 661449e Allow indexed take/skip with multiple sorts
  • ff5e9d0 New unit test for take/skip with multiple sorts,
  • bcf07c7 chore: build
  • 47d8dbe 1.24.0

📊 Changes

12 files changed (+160 additions, -25 deletions)

View changed files

📝 dist/browser.js (+6 -2)
📝 dist/browser.min.js (+1 -1)
📝 package-lock.json (+2 -2)
📝 package.json (+1 -1)
📝 spec/query.spec.js (+67 -6)
📝 src/data-index/index.d.ts (+7 -1)
📝 src/data-index/index.js (+31 -3)
📝 src/data-index/index.js.map (+1 -1)
📝 src/query.js (+6 -2)
📝 src/query.js.map (+1 -1)
📝 src/ts/data-index/index.ts (+31 -3)
📝 src/ts/query.ts (+6 -2)

📄 Description

This allows queries to use a take/skip on indexed data with sorts on multiple (included) fields


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/appy-one/acebase/pull/149 **Author:** [@appy-one](https://github.com/appy-one) **Created:** 9/5/2022 **Status:** ✅ Merged **Merged:** 9/5/2022 **Merged by:** [@appy-one](https://github.com/appy-one) **Base:** `master` ← **Head:** `feature/indexes/take-with-metadata-sort` --- ### 📝 Commits (4) - [`661449e`](https://github.com/appy-one/acebase/commit/661449e5f9013e632f19c85efc01f6644c68c996) Allow indexed take/skip with multiple sorts - [`ff5e9d0`](https://github.com/appy-one/acebase/commit/ff5e9d08c94a15438501e30dfe5b07f45c1bd968) New unit test for take/skip with multiple sorts, - [`bcf07c7`](https://github.com/appy-one/acebase/commit/bcf07c79dc2d8c6fb9006cb168110297da1ef1d8) chore: build - [`47d8dbe`](https://github.com/appy-one/acebase/commit/47d8dbe595a037984e9c307ad4e918e463e2486b) 1.24.0 ### 📊 Changes **12 files changed** (+160 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `dist/browser.js` (+6 -2) 📝 `dist/browser.min.js` (+1 -1) 📝 `package-lock.json` (+2 -2) 📝 `package.json` (+1 -1) 📝 `spec/query.spec.js` (+67 -6) 📝 `src/data-index/index.d.ts` (+7 -1) 📝 `src/data-index/index.js` (+31 -3) 📝 `src/data-index/index.js.map` (+1 -1) 📝 `src/query.js` (+6 -2) 📝 `src/query.js.map` (+1 -1) 📝 `src/ts/data-index/index.ts` (+31 -3) 📝 `src/ts/query.ts` (+6 -2) </details> ### 📄 Description This allows queries to use a take/skip on indexed data with sorts on multiple (included) fields --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-23 08:31:25 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/acebase#129
No description provided.