-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestltsThis issue should be resolved to long time support version too.This issue should be resolved to long time support version too.
Description
Description
The latest version of @themost/query supports the conversion of a javascript object to an instance of QueryField class e.g.
{
"productName": "$product.name"
}or
{
"producDescription": {
"$concat": [
"$product.model",
" ",
"$product.name"
]
}
}This feature should be supported also by the LTS version.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestltsThis issue should be resolved to long time support version too.This issue should be resolved to long time support version too.