Question 22 of 213
Single answerYou are developing a .NET Core MVC application that allows customers to research independent holiday accommodation providers. You want to implement Azure Search to allow the application to search the index by using various criteria to locate documents related to accommodation. You want the application to allow customers to search the index by using regular expressions. What should you do?
AConfigure the SearchMode property of the SearchParameters class.
✓BConfigure the QueryType property of the SearchParameters class.
CConfigure the Facets property of the SearchParameters class.
DConfigure the Filter property of the SearchParameters class.
✓
Correct Answer: B
Configure the QueryType property of the SearchParameters class.
▥
Explanation
The correct answer is highlighted above. Review the wording carefully, then use the next question to continue building your understanding of Microsoft certification topics.