refactor: implement query suggestions from Adrien

This commit is contained in:
Harminder Virk
2024-05-17 14:42:27 +05:30
parent 9ff3b08b0b
commit 72f98ea50b
2 changed files with 45 additions and 23 deletions

View File

@@ -248,7 +248,9 @@ export function internalModuleServiceFactory<
if (input_.selector) {
const entitiesToUpdate = await this.list(
input_.selector,
{},
{
take: null,
},
sharedContext
)
// Create a pair of entity and data to update