aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-07-26 02:58:47 +0800
committerChris Toshok <toshok@src.gnome.org>2001-07-26 02:58:47 +0800
commit2061924fd02b4e7f3bed5d444d41b616f268d916 (patch)
treed4d40016cd9107e3a265132b8d645b8d70f09f2b /addressbook/ChangeLog
parent5faad755894f3fc316b58027c29695f78ceba134 (diff)
downloadgsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar.gz
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar.bz2
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar.lz
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar.xz
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.tar.zst
gsoc2013-evolution-2061924fd02b4e7f3bed5d444d41b616f268d916.zip
change the way x-evolution-any-field is converted to an ldap query. it
2001-07-25 Chris Toshok <toshok@ximian.com> * backend/pas/pas-backend-ldap.c (func_contains): change the way x-evolution-any-field is converted to an ldap query. it used to be we'd nest queries like: (|(|(|(foo=*x*))(bar=*x*))(baz=*x*)). now we build it like: (|(foo=*x*)(bar=*x*)(baz=*x*)). much more efficient (both in the building, and on the server side no doubt). svn path=/trunk/; revision=11407
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index d7f2827dd3..252425b7bf 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,11 @@
+2001-07-25 Chris Toshok <toshok@ximian.com>
+
+ * backend/pas/pas-backend-ldap.c (func_contains): change the way
+ x-evolution-any-field is converted to an ldap query. it used to
+ be we'd nest queries like: (|(|(|(foo=*x*))(bar=*x*))(baz=*x*)).
+ now we build it like: (|(foo=*x*)(bar=*x*)(baz=*x*)). much more
+ efficient (both in the building, and on the server side no doubt).
+
2001-07-25 Jon Trowbridge <trow@ximian.com>
* backend/ebook/e-destination.c (e_destination_get_name): Properly dup