|
Posted by carrajo on 02/15/06 14:59
Works half way, it won't return the user that has exactly 'Brown Hair',
'Single', 'Tall'
but it will return the following:
- Return all users that answered 'Brown Hair'
- Return all users that answered 'Single'
- Return all users that answered 'Tall'
- Return all users that answered 'Single', 'Tall'
- Return all users that answered 'Single', 'Brown Hair'
- Return all users that answered 'Tall', 'Brown Hair'
but not
- Return all users that answered 'Brown Hair', 'Single' and 'Tall'
[Back to original message]
|