I'm working with SharePoint 2013.
I'm trying to get Birthday of users in search. I've already added this property in Active Directory and SharePoint.
I'm using SP.Search.js to do this and filtering by only People results.
But actually my 'results.m_value.ResultTables[0].ResultRows' is givin me only this properties:
[Rank] [DocId] [AboutMe] [AccountName] [BaseOfficeLocation] [Department] [HitHighlightedProperties] [Interests] [JobTitle] [LastModifiedTime] [Memberships] [PastProjects] [Path] [PictureURL] [PreferredName]
[Responsibilities] [Schools] [ServiceApplicationID] [SipAddress] [Skills] [UserProfile_GUID] [WorkEmail] [WorkId] [YomiDisplayName] [docaclmeta] [OriginalPath] [ResultTypeIdList] [PartitionId] [UrlZone] [AAMEnabledManagedProperties] [ResultTypeId] [EditProfileUrl]
[ProfileViewsLastMonth] [ProfileViewsLastWeek] [ProfileQueriesFoundYou] [RenderTemplateId] [piSearchResultId]
I want to add Birthday property to this search results. How can i do this?