Share via

Using NBS search, showing columns but no data in them

Charlie Martharper 385 Reputation points
2026-02-13T13:22:40.6466667+00:00

Hi!

I am working in a SharePoint On-premise, and then I added the nbs search (external app) to search files in the libraries. The thing is that, when looking for the files, the files appears correctly but the columns are blank.

Someone knows what is going on? What should I change in the settinhs of it?

This is the NBS search term without any information in the columns:

User's image This is the library with the same columns in the nbs, but filled.

User's image

Microsoft 365 and Office | SharePoint Server | Development
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Steven-N 21,165 Reputation points Microsoft External Staff Moderator
    2026-02-13T14:42:07.6533333+00:00

    Hi Charlie Martharper

    Thank you for reaching out to Microsoft Q&A forum

    The root cause is almost certainly that the Managed Properties for "Tipus Document" and "Paraules Clau" are either missing or not set as Retrievable in the Search Schema. Once properly configured and a full crawl is completed, the NBS Search results should display the column values correctly.

    In this situation, could you please try the 3 steps below and get back to me with the results:

    Step 1 – Verify Crawled Properties exist

    • Go to Central Administration → Manage Service Applications → Search Service Application → Search Schema
    • Click on Crawled Properties
    • Search for your column names ("Tipus Document", "Paraules Clau"). They will typically appear with an ows_ prefix, such as ows_Tipus_x0020_Document or ows_Paraules_x0020_Clau

    If they do not appear, run a Full Crawl first (Central Administration → Search Service Application → Content Sources → Start Full Crawl), then check again

    Step 2 – Map Crawled Properties to Managed Properties

    • In the Search Schema, go to Managed Properties
    • Search for your column names. If no managed property exists for them, click New Managed Property and create one for each column
    • Set the Name and map it to the corresponding Crawled Property (e.g., ows_Tipus_x0020_Document)
    • Please note that to enable Retrievable, this is the most critical setting; without it, search results will not return the column values

    If managed properties already exist, verify that Retrievable is checked and mapped to the correct crawled property

    Step 3 – Run a Full Crawl

    After any changes to the Search Schema, you must run a Full Crawl for the changes to take effect then update the NBS Search web part configuration

    Hope my answer will help you.


    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.  

    1 person found this answer helpful.

Your answer

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