70-489 · Question #57
You need to configure filtering for the Product page. Which filtering option should you use?
The correct answer is E. productID;productCategory. URL parameter-based content filtering in SharePoint requires specifying only the parameter names, not full URLs or domain names.
Question
You need to configure filtering for the Product page. Which filtering option should you use?
Options
- Aproducts/pages/products.aspx?productID=&.productCategory=
- Bproducts.aspx;productID;productCategory; lucernepubltshing.com
- Cproducts; productID; productCategory; lucernepublishing.com
- Dproducts/pages/products.aspx?*
- EproductID;productCategory
How the community answered
(53 responses)- A11% (6)
- B6% (3)
- C2% (1)
- D2% (1)
- E79% (42)
Why each option
URL parameter-based content filtering in SharePoint requires specifying only the parameter names, not full URLs or domain names.
Including the full URL path with wildcard values conflates URL routing syntax with filter parameter definition syntax, which are distinct configuration concerns.
Appending a domain name alongside the page path and parameters is not valid filtering syntax and incorrectly mixes network addressing with content filter configuration.
Including 'lucernepublishing.com' as part of the filter expression is incorrect because domain names are not part of the parameter-based filter syntax and would cause the filter configuration to fail.
Using only the URL path with a trailing wildcard does not identify specific parameters to filter on and is too coarse to drive targeted category- or ID-based content filtering.
Specifying only the query string parameter names as 'productID;productCategory' is the correct syntax because the filtering configuration requires identifying which URL parameters drive content filtering, not the full path or domain. This semicolon-delimited format maps directly to the query string keys passed on the product page URL, allowing the filter to correctly scope results by those two dimensions.
Concept tested: SharePoint URL query string parameter filtering configuration syntax
Source: https://learn.microsoft.com/en-us/sharepoint/administration/configure-refiners-and-faceted-navigation
Topics
Community Discussion
No community discussion yet for this question.