From 5fbbec3233079d5fb2c49612f270ddd74886a8f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20Lyngb=C3=A6k?= Date: Tue, 19 Apr 2016 21:10:20 -0700 Subject: [PATCH] Added match operation to readme documentation --- README.md | 1 + 1 file changed, 1 insertion(+) 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