RefinableDate managed property for a calculated column is empty

john john Pter 340 Reputation points
2024-08-26T11:30:23.31+00:00

I have this calculated column named "PUETADateTime" which sum up the value for other calculated columns as follow:-

User's image

now inside Search service >> I edit a Refinable Date and linked to the related managed property as follow:-

User's image

but when i am viewing this refinable inside my search web part i will get empty values,

User's image

although this calculated column have values inside sharepoint lists.. and i submit a re-index for the site around 30 hours.

Any advice?

Regards

SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
3,030 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Emily Du-MSFT 47,296 Reputation points Microsoft Vendor
    2024-08-27T08:11:30.3833333+00:00

    In the SharePoint search, you could use the refinable managed property equal to a value to filter search results, such as refinable managed property:"data".

    PUETADateTime is a column which has real data of a field. But the refinable managed property is a mapping of PUETADateTime, it does not the real data of a field.

    So, the refinable is empty.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.