Question 77 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 venues.You want the application to list holiday accommodation venues that fall within a specific price range and are within a specified distance to an airport.What should you do? A. Configure the SearchMode property of the SearchParameters class. B. Configure the QueryType property of the SearchParameters class. C. Configure the Facets property of the SearchParameters class. D. Configure the Filter property of the SearchParameters class. Most Voted
A Configure the SearchMode property of the SearchParameters class.
B Configure the QueryType property of the SearchParameters class.
C Configure the Facets property of the SearchParameters class.
✓D Configure the Filter property of the SearchParameters class. Most Voted
✓
Correct Answer: D
Configure the Filter property of the SearchParameters class. Most Voted
▥
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.