Search_for_related_items does not return leads

I’m trying to search all people and related leads by email.

GET /itemSearch { term: “test@acme.com”, item_types: [‘person’, ‘lead’], fields: ‘email’, search_for_related_items: true });

Searching for a “lead” item type will return only lead that is not attached to a person. But by using search_for_related_items I should get related lead when finding a person, right ?

When enabled, the response will include up to 100 newest related Leads and 100 newest related Deals for each found Person and Organization and up to 100 newest related Persons for each found Organization.

Feel free to create a new topic if you are still facing challenges