I am starting to try to get search to work. I have my own node type definitions defined, and are derived from nt:file and nt:folder
The are (for lack of a better name) prm:prmFile and prm:prmFolder when I do this search criteria //*[jcr:primaryType = 'prm:prmFile'] if works as expected when i do //element(*, prm:prmFile) nothing is returned? I am sure i am doing something really silly, help?
