On Wed, May 16, 2012 at 11:17 AM, Michael Dürig <mdue...@apache.org> wrote: > > > On 15.5.12 16:23, ste...@apache.org wrote: >> >> Author: stefan >> Date: Tue May 15 15:23:34 2012 >> New Revision: 1338749 >> >> URL: http://svn.apache.org/viewvc?rev=1338749&view=rev >> Log: >> OAK-75: specify format and semantics of 'filter' parameter in MicroKernel >> API (WIP) >> >> Modified: > > [...] > > What is the state re. filtering on node names? And the more compact syntax I > proposed on OAK-75?
i am currently working on it, hence the "(WIP)"... once i am done i'll comment on the issue. cheers stefan > I don't care so much about the syntax but node name > filtering is pretty much needed for implementing the respective getNodes() > methods of the JCR API. Without this functionality filtering will need to > happen on the client side which for large child node lists will use a lot of > extra bandwidth. > > Michael