Suppose I have a User which has a field list of users.
When I do a search for Users will the search also turn back:
- the user
- the user’s list of users
- the list of users for each user in 2
- the list of users for each user in 3
n. the list of users for each user in n-1
So, I know it will return 1 and 2 but not sure about all the other lists of users