Support for filter by parent document (#6850)
* Backend support for filter by parent document * parentDocumentId -> documentId
This commit is contained in:
@@ -101,6 +101,7 @@ export function searchPath(
|
||||
query?: string,
|
||||
params: {
|
||||
collectionId?: string;
|
||||
documentId?: string;
|
||||
ref?: string;
|
||||
} = {}
|
||||
): string {
|
||||
|
||||
Reference in New Issue
Block a user