[Groonga-commit] groonga/groonga at b63f741 [master] doc: describe clearly about numerical value

Back to archive index

Masafumi Yokoyama null+****@clear*****
Fri May 8 16:57:28 JST 2015


Masafumi Yokoyama	2015-05-08 16:57:28 +0900 (Fri, 08 May 2015)

  New Revision: b63f741c43bfea2532fba9311f6b948533de10df
  https://github.com/groonga/groonga/commit/b63f741c43bfea2532fba9311f6b948533de10df

  Message:
    doc: describe clearly about numerical value
    
    GitHub: groonga/groonga.org#16
    
    Suggested by Hiroyuki Sato. Thanks!!!

  Modified files:
    doc/source/reference/grn_expr/script_syntax.rst

  Modified: doc/source/reference/grn_expr/script_syntax.rst (+3 -2)
===================================================================
--- doc/source/reference/grn_expr/script_syntax.rst    2015-05-08 15:14:37 +0900 (d2d1d4a)
+++ doc/source/reference/grn_expr/script_syntax.rst    2015-05-08 16:57:28 +0900 (e05755f)
@@ -65,8 +65,9 @@ input value. Here is a list how to escape user input value:
 
   * True value: Convert it to ``true``.
   * False value: Convert it to ``false``.
-  * Numerical value: Convert it to number. For example, ``1.2`` should
-    be converted to ``1.2``.
+  * Numerical value: Convert it to :ref:`script-syntax-literal-integer`
+    or :ref:`script-syntax-literal-float`. For example, ``1.2``,
+    ``-10``, ``314e-2`` and so on.
   * String value: Replace ``"`` with ``\"`` and ``\`` with ``\\`` in
     the string value and surround substituted string value by
     ``"``. For example, ``double " quote and back \ slash`` should be
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index