Enable sorting on terms minus leading symbols or articles.
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.

23 lines
853 B

{
"name": "roblib/solr_sort_ignore_articles",
"description": "Adds a Solr field type that strips leading punctuation and the articles \"a\", \"an\" and \"the\", and wires it to the Search API sort field(s) named in solr_sort_ignore_articles.settings.",
"type": "drupal-custom-module",
"license": "GPL-2.0-or-later",
"keywords": [
"drupal",
"solr",
"search_api",
"search_api_solr",
"sorting"
],
"homepage": "https://git.library.upei.ca/Code/solr_sort_ignore_articles",
"support": {
"issues": "https://git.library.upei.ca/Code/solr_sort_ignore_articles/issues",
"source": "https://git.library.upei.ca/Code/solr_sort_ignore_articles"
},
"require": {
"php": ">=8.1",
"drupal/core": "^10 || ^11",
"drupal/search_api_solr": "^4.3"
}
}