0 Replies Latest reply on Apr 23, 2002 5:55 AM by kpseal

    jaws.xml and LIKE query...

    kpseal

      I'm trying to get a finder method to return a Collection found using a LIKE query. Is there any way to specify this sort of query in jaws.xml? The following won't work

       <query>column LIKE '%{0}%'</query>
      

      for obvious reasons (although that didn't stop me trying it).
      I could always write a finder that took an argument like this: "%blah%" and feed that into the following query:
       <query>column LIKE {0}</query>
      

      Just wondering if there was a nicer way of doing it!
      Thanks.