Avner Shanan wrote:
For now you can just construct multiple filters and make a service call for
each filter, concatenating the results.

Is ORIng filters desirable for anything other than my own purposes?
If so, I might be able to do it.  How hard do you think this would be

Are you talking about adding an api that takes multiple filters and returns the union of results? Or or are talking about adding explicit OR support in filters, so that you can use a single filter to do OR matches? If you are talking about the first option, that would be really simple and simply requires adding a new ContentService api that calls the ContentDao api. But it doesn't gain you much over just making multiple service calls, which is what I would suggest doing first. Once this is working, then I would add the service api to do this for you.

-Randy
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "chandler-dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/chandler-dev

Reply via email to