Question

Tekclan Software Solutions
IN
Last activity: 3 Feb 2021 22:00 EST
Embeded properties search in report definition by using elastic search database
I am working to retrieve work object data by using report definition configuration by having elastic search as database
I have created an custom search properties and dedicated index for App-Name-work-travel class. After that i reindexed dedicated indexes in search landing page. I am have created a report definition in App-Name-work-travel class. I have chossed Prefer Elasticsearch index in data access tab.
While runnning report i am getting results from elastic search(i have ensured it is returning from elastic search by seeing elastic search query in tracer )if i configured single value properties like .FirstName, .LastName.
But i am trying to use .Traveller.FirstName. traveller is a single page property while trying to run report definition i am seeing SQL query in tracer.
Is there any possible way to retrieve results from elastic search for embedded properties.