[Groonga-commit] groonga/groonga at 437eb25 [master] Support inspecting GRN_OP_FUZZY name

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 16 11:48:02 JST 2016


Kouhei Sutou	2016-02-16 11:48:02 +0900 (Tue, 16 Feb 2016)

  New Revision: 437eb25f28b19b43ae33d6e3dc02f420ad53e760
  https://github.com/groonga/groonga/commit/437eb25f28b19b43ae33d6e3dc02f420ad53e760

  Message:
    Support inspecting GRN_OP_FUZZY name

  Modified files:
    lib/operator.c

  Modified: lib/operator.c (+3 -2)
===================================================================
--- lib/operator.c    2016-02-16 11:46:13 +0900 (dd46eed)
+++ lib/operator.c    2016-02-16 11:48:02 +0900 (fbf8c60)
@@ -109,10 +109,11 @@ static const char *operator_names[] = {
   "table_group",
   "json_put",
   "get_member",
-  "regexp"
+  "regexp",
+  "fuzzy"
 };
 
-#define GRN_OP_LAST GRN_OP_REGEXP
+#define GRN_OP_LAST GRN_OP_FUZZY
 
 const char *
 grn_operator_to_string(grn_operator op)
-------------- next part --------------
HTML����������������������������...
Download 



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