aboutsummaryrefslogtreecommitdiff
path: root/lib/composer.json
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-05-15 21:53:13 +0200
committerGravatar GitHub <noreply@github.com> 2022-05-15 21:53:13 +0200
commitffd1061850d73182d40126658a0e9dd7f28f646e (patch)
tree03c81f09311f82441e427217316746a4963e4600 /lib/composer.json
parent807ea755e0bddb814f5c55bdfa5321ce144fe816 (diff)
User query automatic reconstruct of URL (#4360)
* User query automatic reconstruct of URL (Invisible through the Web UI, only when working with configuration files manually) Avoid the requirement of storing user queries with duplicated information (parsed parameters AND the resulting URL): Before: ``` [ 'name' => 'Hello', 'search' => 'Hello OR World', 'state' => '3', 'url' => './?search=Hello+OR+World&amp;state=3', ] ``` After: ``` [ 'name' => 'Hello', 'search' => 'Hello OR World', 'state' => '3', ] ``` * Fix test
Diffstat (limited to 'lib/composer.json')
0 files changed, 0 insertions, 0 deletions