How to display smart search results without linked documents
Could you please add following code into 'Search condition' property of SmartSearchResults web part: -NodeLinkedNodeID:[0 TO 999999999]
This doesn't seem to work in a v7.0.73 site I have.
This correctly returns ONLY linked documents:
NodeLinkedNodeID:[0 TO 999999999]
But this returns nothing:
-NodeLinkedNodeID:[0 TO 999999999]
So I just tested some more and I think that query is almost like a modifier. It only applies to documents that the engine has already found. So if you don't specify additional search parameters, it isn't going to have anything to filter.
Please, sign in to be able to submit a new answer.