-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
None
-
Affects Version/s: None
-
Component/s: None
-
2827
-
SDK FY21-Q2
Our query language supports arrays of primitive types. Moreover, it is possible to query linklist e.g., `person.dogs.objects('name = "Fido"')`. However, it is not possible to query an array of primitive types.
Adding common JavaScript array methods to arrays of primitive types can help users to query. In particular methods like `filter()`, `reduce()`, `find()`, and `map()` will be useful.
- is depended on by
-
RJS-229 Queries on list of strings property
- Closed