Question

When I use below line it works:

{|MultiValuedTaxManagedProperty:{Page.MultiValueTaxField}}

However I would like to do the same with a query string parameter: URL?Param1=Value1;Value2;Value3

{|MultiValuedTaxManagedProperty:{QueryString.Param1}}

Am I using wrong format for Param1?

Was it helpful?

Solution

I ended up rebuilding the query string by using "k" variable. Example:

https://test.sharepoint.com/sites/mySite/myPage.aspx?k=(MultiValuedTaxManagedProperty:value1 OR MultiValuedTaxManagedProperty:value1 OR MultiValuedTaxManagedProperty:value1)

Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top