Meta collection facets

As you noted, since the sort and limit parameters are passed to the URL, you can use either a form-based approach (which sends a GET request including URL parameters in any <input> element) or a hyperlink-based approach which uses an <a> element with the sort parameter passed in.

A code example of the latter can be found in our public repository at:

1 Like