Forge - Query only specific property

50 Views Asked by At
1

There are 1 best solutions below

8
varunpatil On

Fom Documentation: $prefix: Returns only the objects with their name attribute beginning with the specified string. The first element of the array contains the name of the attribute to match (name). The second element contains the string to match.

Sorry, it's not possible without giving an exact name and value.