objectbox / objectbox/objectbox-java
Support query filter for ID and property query
まだ誰も着手していません。
- 主要言語
- Java
- スター
- 4.6k
- フォーク
- 311
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi,
I open this issue because I need to work with filters but whatever I do apart from QueryBuilder.filter().find() ignores the filter I made.
for example I need an array of ids and understand that in the case of QueryBuilder.filter().findIds() the definition explicitly says that the call ignores the filter, so try assigning QueryBuilder.filter().property(example_.id) .findLongs() but also in this way the filter is ignored , if I also try to do QueryBuilder.filter().count() the same
any solution other than going through the list?
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、QueryBuilder.filter().findIds()、property(...).findLongs()、count() で報告された動作を再現し、それらの結果を filter().find() と比較します。期待されるフィルタリング済みの結果がサポートされるか、または制限事項が明確に確認され文書化された時点で、作業は完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- java
- 領域
- databases
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100