[Groonga-commit] droonga/fluent-plugin-droonga at 48ae80a [master] Count should not be modified by offset and limit of sortBy parameter

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 11 10:58:16 JST 2013


YUKI Hiroshi	2013-12-11 10:58:16 +0900 (Wed, 11 Dec 2013)

  New Revision: 48ae80ad3ba5c536f4c14e8a65d95064163f9a6f
  https://github.com/droonga/fluent-plugin-droonga/commit/48ae80ad3ba5c536f4c14e8a65d95064163f9a6f

  Message:
    Count should not be modified by offset and limit of sortBy parameter

  Modified files:
    test/command/suite/search/range/too-large-sort-offset.expected

  Modified: test/command/suite/search/range/too-large-sort-offset.expected (+1 -1)
===================================================================
--- test/command/suite/search/range/too-large-sort-offset.expected    2013-12-11 10:54:45 +0900 (b641693)
+++ test/command/suite/search/range/too-large-sort-offset.expected    2013-12-11 10:58:16 +0900 (c759329)
@@ -7,7 +7,7 @@
     "type": "search.result",
     "body": {
       "result": {
-        "count": 0,
+        "count": 9,
         "records": [
         ]
       }
-------------- next part --------------
HTML����������������������������...
Download 



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