Allow `getFromIndex` queries to run with optional non index attributes. Similar to `query` API.

Open
#144 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript, mysql
Domain
database

Research direction

Start by locating the getFromIndex entry point and compare its attribute handling with the query API. Verify how index and non-index JSON attributes are processed, then confirm that getFromIndex can filter using both kinds of attributes while preserving its existing index requirements.

Written by the indexing model from the issue text.

Description

enhancement

Currently, getFromIndex only mandates that all passed in json attributes are part of the index. But we should be able to further filter based on non-index attributes as well along with the index attributes. Something similar to what query API does.

Dominant language
JavaScript
Stars
2
Forks
1
Avg merge
8m
Merged PRs (30d)
2

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from aicore/libmysql

All issues in aicore/libmysql

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.