Re: Dynamic finders

2001-06-13 Thread Sergei Batiuk
Title: SV: Dynamic finders Dear Magnus, The question is: does ORION provide some kind of mechanism (like a callback function), that could be implemented by a programmer and return a query string upon request, instead of making them 'final'? One way to do that is to make a BMP, but i want

SV: Dynamic finders

2001-06-11 Thread Magnus Rydin
Title: SV: Dynamic finders Yes. If you want to go pure, you could do something like: a) get them all and then filter them in your code b) get the largest hit first, then filter them with the collections returned by your other finders (requires one finder per dynamic value of original query

RE: Dynamic finders

2001-06-09 Thread Dvornikov Victor
finders something like .. ($1 is null OR $1=$field) AND ... -Ursprungligt meddelande- Fran: Stefan Paun [ mailto:[EMAIL PROTECTED]] Skickat: den 8 juni 2001 07:16 Till: Orion-Interest Amne: Dynamic finders Does anybody have a solution for implementing

Dynamic finders

2001-06-08 Thread Stefan Paun
Does anybody have a solution for implementing a finder that takes some parameters, but searches taking into account only the ones that are not null? Basically, this would be used to support a search page in which the user can choose to fill or not some fields of the search criteria. I know

SV: Dynamic finders

2001-06-08 Thread Magnus Rydin
Title: SV: Dynamic finders something like .. ($1 is null OR $1=$field) AND ... -Ursprungligt meddelande- Från: Stefan Paun [mailto:[EMAIL PROTECTED]] Skickat: den 8 juni 2001 07:16 Till: Orion-Interest Ämne: Dynamic finders Does anybody have a solution for implementing