We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b320eb0 commit 01ba2abCopy full SHA for 01ba2ab
source/includes/large-number-note.rst
@@ -1,7 +1,7 @@
1
.. note:: Large Integer Limitations
2
3
- To run a query that filters for integers over the JavaScript maximum integer size,
4
- wrap the number value in string characters.
+ To query for integers larger than the JavaScript maximum integer size,
+ wrap the integer value in string characters.
5
6
For example, to find all documents with an ``number`` value of ``507550989629521900``, use
7
the following query filter:
0 commit comments