Single "query" on multiple attributes
Single "query" on multiple attributes
- Subject: Single "query" on multiple attributes
- From: Steve Sharman <email@hidden>
- Date: Sun, 11 Jul 2004 18:09:36 +0100
Dear all,
I'm trying to do something which is quite trivial, and I'd like some
advice on what the "right" way to do it in WebObjects would be.
I've got an entity A, which has three attributes, type1, type2, type3.
All I want to do is to have a way of having a user select a single
query value from a drop-down (for example), which would then be used to
search and return entities which matched this query value in any one of
the three attributes:
eg: if query1 is green, I'd like to return any objects that have
"green" stored in any of attributes type1, type2, type3.
Is a qualifier the right way to go? Any advice as always very
gratefully received.
Best regards,
-- Steve
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.