Anton Leushunou
- 合計アクティビティ 10
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 5
投稿
Anton Leushunouによる最近のアクティビティ-
Search crashed during dynamic offset/limit
Because Box doesn't support search by multiple metadata templates i forced to do a several call of the search api: Search for TEMPLATE_A.FIELD_A = XXX with limit 10 When the page isn't filled with...
-
Search api hides documents when offset is used
I use next api: https://developer.box.com/guides/search/ When I do a "paged" search by something and user switch the page he quite regular catch that some documents are missed which are on an edge ...
-
Search still go through moved out folder
My initial structure: Root Folder (0):* Folder A** Folder A1*** Mess of data A1** Folder A2*** Mess of data A2 I use the search within Folder A, by calling search api (https://developer.box.com/ref...
-
Unpredicted metadata_query_restricted
Good day. My folder structure is like: Folder A <5k files> Folder B <1 file> <Folder B.2> <1 file> Folder C <a complex structure with 2k files> Each file in these three folders are...
-
Search with metadata: teamplateA.field=X or templateB.field=X
回答済みI'm looking for a way to do a search based on different templates, something like: templateA.field = AAA or templateB.field = AAA Could someone give me a hint of is it possible at all? My code be...