From dev-return-19854-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Sun Jul 01 12:56:29 2007 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 65706 invoked from network); 1 Jul 2007 12:56:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Jul 2007 12:56:27 -0000 Received: (qmail 50289 invoked by uid 500); 1 Jul 2007 12:56:29 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 50248 invoked by uid 500); 1 Jul 2007 12:56:28 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 50224 invoked by uid 99); 1 Jul 2007 12:56:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2007 05:56:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Jul 2007 05:56:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 18B027141EE for ; Sun, 1 Jul 2007 05:56:05 -0700 (PDT) Message-ID: <22346271.1183294565098.JavaMail.jira@brutus> Date: Sun, 1 Jul 2007 05:56:05 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-951) Negated filter on indexed attribute doesn't find entries without attribute In-Reply-To: <21042787.1180617917902.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Emmanuel Lecharny updated DIRSERVER-951: ---------------------------------------- Fix Version/s: 1.5.1 It's important to fix this problem in the current trunk > Negated filter on indexed attribute doesn't find entries without attribute > -------------------------------------------------------------------------- > > Key: DIRSERVER-951 > URL: https://issues.apache.org/jira/browse/DIRSERVER-951 > Project: Directory ApacheDS > Issue Type: Bug > Components: core > Affects Versions: 1.5.1 > Reporter: Martin Alderson > Assignee: Alex Karasulu > Priority: Blocker > Fix For: 1.5.1 > > > Searching with filter (!(myAttribute=value)) will not find entries which do not have a myAttribute attribute when that attribute is indexed. When myAttribute is not indexed the filter works as expected, finding all entries that either do not have the specified value for myAttribute or do not have any values for myAttribute at all. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.