@arsedizioni/ars-utils 21.0.6 → 21.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1976,7 +1976,7 @@ class ClipperUtils {
1976
1976
  { name: "Data fonte decrescente", value: ClipperSort.SourceDateDesc },
1977
1977
  { name: "Data fonte crescente", value: ClipperSort.SourceDateAsc },
1978
1978
  { name: "Rilevanza", value: ClipperSort.Relevance },
1979
- { name: "Popolarità", value: ClipperSort.Popularity },
1979
+ //{ name: "Popolarità", value: ClipperSort.Popularity },
1980
1980
  ];
1981
1981
  let sortOptions = [];
1982
1982
  if (params && ClipperSearchUtils.isTextQuery(params)) {
@@ -1993,7 +1993,7 @@ class ClipperUtils {
1993
1993
  sortOptions.push(options[1]);
1994
1994
  sortOptions.push(options[2]);
1995
1995
  sortOptions.push(options[3]);
1996
- sortOptions.push(options[5]);
1996
+ //sortOptions.push(options[5]);
1997
1997
  }
1998
1998
  else {
1999
1999
  sortOptions.push(options[0]);