My next problem is that on the Member query page, I have simple string attributes like 'first_name', and relationships like address, which links to-many to an address table. If I query on first_name = 'jo', I get all the Johns, Joes, etc. If I set D2WQueryToAnyField on address (or any other relationship), first_name = 'jo' does not filter but returns all records. If I then change the order of the query, so that address is on the query page before first_name, the query again works. (Should not the AND operator be commutative?)

Any other workaround on this?

Thanks
Ian Joyner
Sportstec


_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to