Deploying SharePoint Server Hybrid (legacy) — Question 13
You have a SharePoint Server 2019 farm. The farm contains several Microsoft Office documents. All the documents have a property named Division that is populated automatically based on the document's author.
You create a text managed property that is retrievable and queryable, and you map the managed property to the Division property.
You need to find only the documents that have the Division property set to Legal.
For what should you search?
Answer options
- A. Division=Legal
- B. "Legal"
- C. Division:Legal
- D. Legal ONLY
Correct answer: A
Explanation
The correct search query is A. Division=Legal, as it specifically targets the Division property for the value Legal. Option B only searches for the term 'Legal' without associating it with the Division property, and C uses a colon which is not the correct syntax for this query. Option D is overly broad and does not specify the property being searched.