mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #149] [MERGED] Feature: indexed take/skip with metadata sort #129
Labels
No labels
IndexedDB
browser
bug
dependencies
documentation
duplicate
enhancement
feature request
indexes
indexes
invalid
pull-request
query
question
transaction logging
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/acebase#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feature/indexes/take-with-metadata-sort📝 Commits (4)
661449eAllow indexed take/skip with multiple sortsff5e9d0New unit test for take/skip with multiple sorts,bcf07c7chore: build47d8dbe1.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.