Anton Leushunou
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Anton Leushunou-
Anton Leushunou created a post,
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...
-
Anton Leushunou created a post,
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 ...
-
Anton Leushunou created a post,
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...
-
Anton Leushunou created a post,
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...
-
Anton Leushunou created a post,
Search with metadata: teamplateA.field=X or templateB.field=X
AnsweredI'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...