[Groonga-commit] groonga/gcs [master] Require SelectQuery

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Aug 24 19:59:00 JST 2012


YUKI Hiroshi	2012-08-24 19:59:00 +0900 (Fri, 24 Aug 2012)

  New Revision: 18cfb476558253d424c294441b5b9824722e9f10
  https://github.com/groonga/gcs/commit/18cfb476558253d424c294441b5b9824722e9f10

  Log:
    Require SelectQuery

  Modified files:
    lib/api/2011-02-01/search.js

  Modified: lib/api/2011-02-01/search.js (+2 -0)
===================================================================
--- lib/api/2011-02-01/search.js    2012-08-24 19:57:54 +0900 (e0c7356)
+++ lib/api/2011-02-01/search.js    2012-08-24 19:59:00 +0900 (88859f4)
@@ -1,5 +1,7 @@
 // -*- indent-tabs-mode: nil; js2-basic-offset: 2 -*-
 
+var SelectQuery = require('../../select-query').SelectQuery;
+
 var dummyRid = '000000000000000000000000000000000000000000000000000000000000000';
 
 function formatFacets(data) {
-------------- next part --------------
HTML����������������������������...
Download 



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