問題タブ [ckquery]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
cloudkit - システム フィールドのクエリ時の CKError: 拒否された「不明なフィールド 'createdAt'」
createdAt
システム フィールドを次のように並べ替えています。
次のエラーが表示されます。
CKError 0x1c4447fb0: "無効な引数" (12/2018); server message = "不明なフィールド 'createdAt'"; uuid = 9C450848-2449-4892-93BC-C46363203042; コンテナID = "...
この方法で作成したフィールドをクエリして並べ替えることができます。システムフィールドと何か違いはありますか? フィールドのインデックスは、並べ替えとクエリが可能です。
objective-c - Couldkit Query と CKReference のフィールドでの述語の使用に関する問題
CKQuery の仕組みについて基本的な誤解があります。
私は2つのレコードタイプを持っています:
- Friends : フィールドを含む
- url_of_profile_pic
- 名前
- ...
- 投票: フィールドを含む
- date_of_vote
- target_of_the_vote (フレンド CKReference)
- the_one_who_vote (クラウドキット ユーザー ID)
Voteテーブルをクエリしているときにurl_of_profil_picを取得する方法をさまよっています
基本的に、次のようなものが欲しかった:
この行は、URL を提供する述語になります。