diff --git a/README.md b/README.md index b8d30af..feeed79 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ for more less operators): * gt(<property>,<value>) - Filters for objects where the specified property's value is greater than the provided value * ge(<property>,<value>) - Filters for objects where the specified property's value is greater than or equal to the provided value * ne(<property>,<value>) - Filters for objects where the specified property's value is not equal to the provided value +* match(<property>,<value>) - Filters for objects where the specified property's value is a regular expression match with the provided value * rel(<relation name?>,<query>) - Applies the provided query against the linked data of the provided relation name. * sum(<property?>) - Finds the sum of every value in the array or if the property argument is provided, returns the sum of the value of property for every object in the array * mean(<property?>) - Finds the mean of every value in the array or if the property argument is provided, returns the mean of the value of property for every object in the array