endrealm / endrealm/RealmDrive
Simplified type queries
- Dominant language
- Java
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
When trying to search for objects of a specific type you have to build a query to target the "type" field.
**Describe the solution you'd like**
Simplify Type query creation by adding a function like: Query.forType(MyClass.class).build();
Contributor guide
Research direction
No files or tests are named. Start at the existing Query API and the code that builds queries targeting the "type" field; compare its current construction with the requested Query.forType(MyClass.class).build() entry point. Done means callers can create a type query through that API and the resulting query is covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100