(location, collectionId, schema)
| 34 | } |
| 35 | |
| 36 | export function collectionEntitiesQuery(location, collectionId, schema) { |
| 37 | const context = { |
| 38 | 'filter:collection_id': collectionId, |
| 39 | 'filter:schema': schema, |
| 40 | }; |
| 41 | return collectionContextQuery(context, location, collectionId, 'entities'); |
| 42 | } |
| 43 | |
| 44 | export function collectionSearchQuery(location, collectionId, options = {}) { |
| 45 | const context = { |
no test coverage detected