objectbox / objectbox/objectbox-swift
Add <= / >= Operator overloads for OPTIONAL properties in QueryCondition
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Swift
- Stars
- 619
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
after long try&error I found out that there are no <= / >= operator overloads for optional properties in QueryCondition.
Could you please add them?
Contributor guide
No contributing guide indexed for this repository
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
Start by locating QueryCondition and reviewing the existing operator overloads for non-optional properties. Add the missing <= and >= optional-property cases, then verify that optional comparisons produce the expected query conditions using the repository's existing tests or validation workflow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- swift
- Domain
- database
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100