Is there an attribute or option to hide context hits? For our situation, we are not finding them beneficial, and would prefer that the search results pane not split.
Question
Question
Is there a way to turn off or hide Context Hits in a text search
Answer
I found the Attribute. You should be able to add that to the attributes of the person that you want to remove the context section from in the Admin Console. Or you could add that o the Everyone user to push it.
<Properties>
<Attribute>
<Name>[SETTINGS]DisplayContextLines</Name>
<Data>No</Data>
</Attribute>
</Properties>
Replies
To change the setting for the Everyone group in the way Darrell mentions, set the attribute [Settings]DisplayContextLines to FALSE.
You can go to Tools > Options > Search > Results Display and change it there. I am sure there is a way to change it in the attributes of a user through the Admin Console and you can most likely change that attribute for the Everyone user to push the change.
I found the Attribute. You should be able to add that to the attributes of the person that you want to remove the context section from in the Admin Console. Or you could add that o the Everyone user to push it.
<Properties>
<Attribute>
<Name>[SETTINGS]DisplayContextLines</Name>
<Data>No</Data>
</Attribute>
</Properties>