From dev-return-11830-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed May 02 14:44:43 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 10508 invoked from network); 2 May 2007 14:44:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 14:44:41 -0000 Received: (qmail 55986 invoked by uid 500); 2 May 2007 14:44:44 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 55842 invoked by uid 500); 2 May 2007 14:44:44 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 55760 invoked by uid 99); 2 May 2007 14:44:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 May 2007 07:44:43 -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; Wed, 02 May 2007 07:44:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1741F714076 for ; Wed, 2 May 2007 07:44:16 -0700 (PDT) Message-ID: <18923684.1178117056090.JavaMail.jira@brutus> Date: Wed, 2 May 2007 07:44:16 -0700 (PDT) From: "Tobias Bocanegra (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-894) jcr:excerpt() not working for attribute searches MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org jcr:excerpt() not working for attribute searches ------------------------------------------------ Key: JCR-894 URL: https://issues.apache.org/jira/browse/JCR-894 Project: Jackrabbit Issue Type: Bug Affects Versions: 1.3 Reporter: Tobias Bocanegra example: //element(*, nt:unstructured)[jcr:contains(@textProp, 'foobar')]/(rep:excerpt()) produces empty excerpts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.