Skip to content

Commit a9a83b9

Browse files
committed
Working query for mongodb fileworkspacemap
1 parent 5c2f9d4 commit a9a83b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/picoded/dstack/core/Core_FileWorkspaceMap.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -492,8 +492,8 @@ public long backend_modifiedTimestamp(final String oid, final String filepath) {
492492
* - min/max depth
493493
* - any / file / folder
494494
*
495-
* @param rawSet
496-
* @param folderPath
495+
* @param rawSet (note this expect the full RAW paths, without removing the folderPath prefix)
496+
* @param folderPath the folder path prefix to search and match against, and truncate
497497
* @param minDepth (0 = all items, 1 = must be in atleast a folder, 2 = folder, inside a folder)
498498
* @param maxDepth
499499
* @param pathType (0 = any, 1 = file, 2 = folder)

0 commit comments

Comments
 (0)