From 2ead3ad9ba54cdb16125f5a8969645ee53844027 Mon Sep 17 00:00:00 2001 From: NikitOS94 Date: Mon, 17 Jul 2017 02:53:27 +0300 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index f39eca1..4a019b4 100644 --- a/README.md +++ b/README.md @@ -340,27 +340,6 @@ correspondingly. gin_debug_query_path_value ---------------------------- y > 0 , entry 0 + - -### parse\_mquery -This function is transofrm MongoDB query to JsQuery query. Function get string -like argument and return jsquery object. -Example: -MongoDB query: -``` -select '{"a": {"b": 1 } }'::jsonb @@ parse_mquery('{ "a.b" : { $lte : 1 } }'); -``` -Transformed to: -``` -select '{"a": {"b": 1 } }'::jsonb @@ 'a.b = 1'; -``` -And return: -``` -select '{"a": {"b": 1 } }'::jsonb @@ 'a.b = 1'; - ?column? ----------- - t -(1 row) -``` Contribution ------------