Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
レビュー配列への参照がある製品ドキュメントがあります-Review[]レビュー。レビューのランキングは1〜5です。
Review[]
ランキング4つ以上のこの商品のレビューに対してクエリを実行するにはどうすればよいですか?
私は試したcriteria("Reviews.ranking").Equal(4).asList()
criteria("Reviews.ranking").Equal(4).asList()
レビューが見つからなかったとの苦情。