objectbox / objectbox/objectbox-java
Support list/array type properties
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 4.6k
- Forks
- 311
- PR merge metrics
- No merged PRs in 30d
Description
It should be easy to implement properties of type int[] or List.
Affects also queries however:
- how is something like "greater than X" defined? All values? At least one value? Maybe we would need additional info here
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
The issue names int[] and List properties and notes that query semantics such as “greater than X” are unresolved. No files, tests, or entry points are mentioned, so first inspect the property model and query implementation, then clarify whether collection comparisons apply to all values or at least one before defining completion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- database
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100