From dev-return-19212-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Fri Jun 20 12:24:57 2008 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 92032 invoked from network); 20 Jun 2008 12:24:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2008 12:24:57 -0000 Received: (qmail 91602 invoked by uid 500); 20 Jun 2008 12:24:49 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 91561 invoked by uid 500); 20 Jun 2008 12:24:49 -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 91181 invoked by uid 99); 20 Jun 2008 12:24:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 05:24:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Jun 2008 12:23:56 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01080234C144 for ; Fri, 20 Jun 2008 05:23:45 -0700 (PDT) Message-ID: <199859567.1213964624989.JavaMail.jira@brutus> Date: Fri, 20 Jun 2008 05:23:44 -0700 (PDT) From: "Dan Diephouse (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-1659) Support searching parent nodes in query brackets MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Support searching parent nodes in query brackets ------------------------------------------------ Key: JCR-1659 URL: https://issues.apache.org/jira/browse/JCR-1659 Project: Jackrabbit Issue Type: New Feature Affects Versions: 1.4 Reporter: Dan Diephouse We need to be able to do the following inside our application: /blogs/blog/entry[@title='Jackrabbit' or ../@author='Dan Diephouse'] The example is contrived, but the need is real. Neither "../" or "parent::" seems to be supported currently. See this thread for the original discussion: http://markmail.org/message/dyxnobdwd7sofmes -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.