hello,
trying to get full text search query but just cannot make it work correctly.

this is how I created a file node:
 ....
 node.setProperty(JcrConstants.JCR_DATA, file.getInputStream());
 ....

this is my query:
  //*[jcr:like(@jcr:data, '%Class%')]

it does not return anything.....anything wrong with my query ?
thank you very much,
canal



      

Reply via email to