From users-return-15732-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Aug 03 13:43:08 2010 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: (qmail 12228 invoked from network); 3 Aug 2010 13:43:07 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 3 Aug 2010 13:43:07 -0000 Received: (qmail 95660 invoked by uid 500); 3 Aug 2010 13:43:07 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 95329 invoked by uid 500); 3 Aug 2010 13:43:04 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 95320 invoked by uid 99); 3 Aug 2010 13:43:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 13:43:03 +0000 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=SPF_HELO_PASS,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of sergeysachkov@list.ru does not designate 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Aug 2010 13:42:56 +0000 Received: from joe.nabble.com ([192.168.236.151]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OgHlL-000350-Kl for users@jackrabbit.apache.org; Tue, 03 Aug 2010 06:42:35 -0700 Date: Tue, 3 Aug 2010 06:42:35 -0700 (PDT) From: kooper To: users@jackrabbit.apache.org Message-ID: <1280842955638-2311878.post@n4.nabble.com> In-Reply-To: <1280324898215-2304986.post@n4.nabble.com> References: <1280324898215-2304986.post@n4.nabble.com> Subject: Re: jcr:contains exclude value format MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org OK thanks to all that tried to help me:). I figured out the reason, we need filled set of values to exclude -(minus) value from it. So only //*[(jcr:contains(.,'-value'))] won't work, but //*[(jcr:contains(.,'value1 -value2'))] will work correctly. Thanks. -- View this message in context: http://jackrabbit.510166.n4.nabble.com/jcr-contains-exclude-value-format-tp2304986p2311878.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.