Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2ead3ad

Browse files
authored
Update README.md
1 parenteba318f commit2ead3ad

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

‎README.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -340,27 +340,6 @@ correspondingly.
340340
gin_debug_query_path_value
341341
----------------------------
342342
y > 0 , entry 0 +
343-
344-
###parse\_mquery
345-
This function is transofrm MongoDB query to JsQuery query. Function get string
346-
like argument and return jsquery object.
347-
Example:
348-
MongoDB query:
349-
```
350-
select '{"a": {"b": 1 } }'::jsonb @@ parse_mquery('{ "a.b" : { $lte : 1 } }');
351-
```
352-
Transformed to:
353-
```
354-
select '{"a": {"b": 1 } }'::jsonb @@ 'a.b = 1';
355-
```
356-
And return:
357-
```
358-
select '{"a": {"b": 1 } }'::jsonb @@ 'a.b = 1';
359-
?column?
360-
----------
361-
t
362-
(1 row)
363-
```
364343

365344
Contribution
366345
------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp