I don't think that syntax has been preserved. If I had to do it, I'd take the following approach: write some javascript to read and parse the arguments from the url and then modify the facet tags in the html, adding the data-ex-selection attribute that allows you to specify the initial values for the facet. run that js *before* loading and executing exhibit.
On 10/30/2015 12:43 AM, Tully Hansen wrote: > Thanks for your help as ever, David. To put to bed my original > question, there's not an easy way to set facet filters from URL > queries in Exhibit 3, then? I know about setting > data-ex-query-param-name="foo" on a facet > of data-ex-facet-class="TextSearch" to allow you to query 'bar' with > example.com/exhibit.html?foo=bar, but otherwise there's no (easy) > answer? Replicating the type of filtering on show > at http://travismccauley.info/shalu/?age=40%20to%2049&year=1844 is not > doable under Exhibit 3? > -- > You received this message because you are subscribed to the Google > Groups "SIMILE Widgets" group. > To unsubscribe from this group and stop receiving emails from it, send > an email to [email protected] > <mailto:[email protected]>. > To post to this group, send email to [email protected] > <mailto:[email protected]>. > Visit this group at http://groups.google.com/group/simile-widgets. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SIMILE Widgets" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/simile-widgets. For more options, visit https://groups.google.com/d/optout.
