Hi Hans, I'm writing these days the documentation about how to extend Mandragora, that now have just some line bad written.
You will see how it easy write the methods you want and integrate them in Mandragora, so you could do bd.yourMethods(....) Anyway to do what you need should have a look at findCollectionByLogicCondition You should do: Collection yourcollection = bd.findCollectionByLogicCondition(YourVO.Class, new LogicSqlCondition("yourfield","LIKE",value1,"OR",new LogicSqlCondition("yourfield","LIKE",value2,"OR", ...... , newLogicSqlCondition(("yourfield","LIKE",valueN).... ))); http://mandragora.sourceforge.net/referenceguide/bd-api-guide.html#findCollectionByLogicCondition I hope this helps. Alessandro On 9/14/07, Hans Novak <[EMAIL PROTECTED]> wrote: > > Hi Allessandro, > > first of all - it is working and looks great. > > I try first the findCollectionByOrValues. > > Is there a chance, that it would search not by equal '=', but by "like" > operator ? > > > Hans > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >