Preserves the advanced search query parameters when using both the advanced search module and the nouislider module.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

25 lines
870 B

{
"name": "roblib/preserve_advanced_search",
"type": "drupal-module",
"description": "Keeps advanced search a[] query parameters attached to facet slider URLs built by the server.",
"keywords": ["Drupal", "facets", "search"],
"homepage": "https://git.library.upei.ca/Code/preserve_advanced_search",
"license": "GPL-2.0-or-later",
"authors": [
{
"name": "Paul Pound",
"role": "Maintainer"
}
],
"support": {
"source": "https://git.library.upei.ca/Code/preserve_advanced_search",
"issues": "https://git.library.upei.ca/Code/preserve_advanced_search/issues"
},
"require": {
"php": ">=8.1",
"drupal/core": "^10 || ^11"
},
"suggest": {
"drupal/facets": "Provides the facets_range_nouislider submodule whose library this module alters."
}
}