70-332 · Question #82
You create a SharePoint site collection for a law firm. You create the following objects in the site collection. A user searches for a legal case. The search results must contain only current cases…
The correct answer is A. Cases. In SharePoint search, a custom result type must map to a content type or list entity; 'Cases' represents the relevant object that categorizes legal cases in the site collection.
Question
Options
- ACases
- BMPCaseID
- Ccase
- Dows_CaseID
- ECaseID
How the community answered
(68 responses)- A74% (50)
- B3% (2)
- C13% (9)
- D1% (1)
- E9% (6)
Why each option
In SharePoint search, a custom result type must map to a content type or list entity; 'Cases' represents the relevant object that categorizes legal cases in the site collection.
'Cases' is the object - likely a content type or list - that represents legal cases in the site collection, making it the correct source entity to configure a custom result type that filters and displays only current cases in search results. Mapping the result type to 'Cases' ensures the display template and result rules apply specifically to items classified as cases, enabling the filtered view the user requires.
MPCaseID is a managed property identifier field used to uniquely identify case records, but it is a field value rather than the content category or entity that defines a result type.
'case' (lowercase) does not match the defined object in the site collection and would not correctly identify the content type or list used to categorize legal cases.
ows_CaseID is an internal crawled property name generated by SharePoint during indexing and is a raw field reference, not the content type or entity used to define a search result type.
CaseID is a column or field within case items used as an identifier, not the content type or list entity that a result type configuration maps to for filtering search results.
Concept tested: SharePoint search custom result type configuration
Source: https://learn.microsoft.com/en-us/sharepoint/search/understanding-result-types
Topics
Community Discussion
No community discussion yet for this question.