oceanbase / oceanbase/pyseekdb
[Feature]: Support filtering data by regex of metadata
Open
Nobody has claimed this yet.
priority: p1
type: feature
- Dominant language
- Python
- Stars
- 62
- Forks
- 35
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 2
Description
Describe your use case
Support filtering data by regex of metadata.
Sometimes, we'd like to filter metadata by regex, such as 'yellow' to retrieve all objects with yellow attribute.
Describe the solution you'd like
Add a new filter meta, maybe '$regex'?
Describe alternatives you've considered
No response
Additional context
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the SDK's existing metadata-filtering entry point and supported filter operators, then trace how filters reach the database. Done means the expected regex syntax and matching behavior are defined and regex-based metadata filtering is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100