Sharepoint Modern: Search not seeing Column Choice

Anonymous
2022-06-27T22:29:19.697+00:00

Hi!

I have a Choice column (created in Site Columns) called "relevance" with multiple selections allowed (let's say orange, apple, kiwi). The user can then create a page in the Site Pages and then designate if it is either apple, orange, kiwi, or more than one by selecting among those in the "relevance" column.

The goal is that a search for "kiwi" will reveal all pages where "kiwi" was selected in the "relevance" column.

But that doesn't seem to be working. If I search "kiwi" I get nothing. I re-indexed the site and the list and waited 24hrs. I also checked the Schema and I see relevanceOWSCHCM in Managed and Crawled Properties. I mapped it to: ows_relevance.

Any thoughts?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
11,223 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yi Lu_MSFT 17,606 Reputation points
    2022-06-28T07:12:04.507+00:00

    Hi @Anonymous
    You need to search "RefinableString00:kiwi", then you will get the result:

    215643-image.png

    If we just search "kiwi", we will not get the result:

    215599-image.png

    Notice: here I map the crawled property relevanceOWSCHCM to managed property "RefinableString00", so I search for "RefinableString00:kiwi", you need to change it to your own managed property.


    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.