Question

I've created a custom search, using scopes. There is smth, that I don't want the search to index a specific column of a list. How can I ignore this column from being searched

Was it helpful?

Solution

you should set the NoCrawl Property to true of the column.

SPField.NoCrawl

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top