lightblue-platform / lightblue-docs-specs

All specifications for lightblue.
GNU General Public License v3.0
1 stars 10 forks source link

Added chapter about field comparision when both fields are arrays #1

Closed jewzaam closed 9 years ago

bserdar commented 9 years ago

+## Array1 != Array2 This expression is true if any one of the following is true:

+## Array1 < Array2

... length of array1 <= length of array2

+## Array1 > Array2

... length of array1 >= length of array2

jewzaam commented 9 years ago

@bserdar updates pushed