mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
c46fc838a9
Querify can now take a lone string/interface slice (with string keys) as a parameter, or multiple string parameters, to build URL queries. Querify earlier used 'Dictionary' to add key/value pairs to a map to build URL queries. Changed to dynamically generate ordered key/value pairs. Cannot take string slice as key (earlier possible due to Dictionary). Added tests and benchmarks for querify. Closes #6735 |
||
---|---|---|
.. | ||
append.go | ||
append_test.go | ||
apply.go | ||
apply_test.go | ||
collections.go | ||
collections_test.go | ||
complement.go | ||
complement_test.go | ||
index.go | ||
index_test.go | ||
init.go | ||
init_test.go | ||
merge.go | ||
merge_test.go | ||
reflect_helpers.go | ||
sort.go | ||
sort_test.go | ||
symdiff.go | ||
symdiff_test.go | ||
where.go | ||
where_test.go |