mirror of
https://github.com/appy-one/acebase.git
synced 2026-05-25 06:02:14 -06:00
[PR #210] [MERGED] Allow wildcard path queries with given filter values #165
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#165
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/210
Author: @appy-one
Created: 4/3/2023
Status: ✅ Merged
Merged: 4/10/2023
Merged by: @appy-one
Base:
master← Head:feature/allow-wildcard-queries-with-explicit-filter-values📝 Commits (5)
d74130eallow wildcard path queries w/given filter values14ef3b1using updated acebase-core types6324629use renamed export7d786eatype fixe292238use updated acebase-core package📊 Changes
5 files changed (+97 additions, -19 deletions)
View changed files
📝
package-lock.json(+6 -6)📝
package.json(+1 -1)📝
src/api-local.ts(+2 -2)📝
src/query.ts(+72 -10)📝
src/test/query.spec.ts(+16 -0)📄 Description
Allows queries to be executed on non-indexed paths with $variables if values for those variables are passed as a filter.
Example:
Above essentially performs 2 queries (for user1 and user2) and combines the results
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.