]> git.sur5r.net Git - openldap/commitdiff
change "substr" to imply initial, any, final indexing.
authorKurt Zeilenga <kurt@openldap.org>
Tue, 22 Aug 2000 21:33:09 +0000 (21:33 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 22 Aug 2000 21:33:09 +0000 (21:33 +0000)
servers/slapd/slap.h

index 0eec0e8da6c1f4eeac93425fd4cce37ce8c351fc..9c262ec3cbde552768a5b87d1612578cf85217e5 100644 (file)
@@ -134,8 +134,11 @@ LDAP_SLAPD_F (int) slap_debug;
 #define SLAP_INDEX_SUBSTR_INITIAL ( SLAP_INDEX_SUBSTR | 0x0100UL ) 
 #define SLAP_INDEX_SUBSTR_ANY     ( SLAP_INDEX_SUBSTR | 0x0200UL )
 #define SLAP_INDEX_SUBSTR_FINAL   ( SLAP_INDEX_SUBSTR | 0x0400UL )
-#define SLAP_INDEX_SUBSTR_DEFAULT ( SLAP_INDEX_SUBSTR \
-       | SLAP_INDEX_SUBSTR_INITIAL | SLAP_INDEX_SUBSTR_FINAL )
+#define SLAP_INDEX_SUBSTR_DEFAULT \
+       ( SLAP_INDEX_SUBSTR \
+       | SLAP_INDEX_SUBSTR_INITIAL \
+       | SLAP_INDEX_SUBSTR_ANY \
+       | SLAP_INDEX_SUBSTR_FINAL )
 
 #define SLAP_INDEX_SUBSTR_MINLEN       2
 #define SLAP_INDEX_SUBSTR_MAXLEN       4