@arsedizioni/ars-utils 19.1.4 → 19.1.5
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.
|
@@ -2041,6 +2041,8 @@ class ClipperSearchResultManager extends ClipperDocumentManager {
|
|
|
2041
2041
|
n.model !== ClipperModel.GiurisprudenzaRecente &&
|
|
2042
2042
|
n.model !== ClipperModel.Juris &&
|
|
2043
2043
|
n.date) {
|
|
2044
|
+
console.log(this.filterParams.modules?.length + " - " + this.filterParams.models?.length);
|
|
2045
|
+
console.log(n.date + " - " + n.publishingDate);
|
|
2044
2046
|
if (this.filterParams.modules?.length > 1) {
|
|
2045
2047
|
n.date = startOfDay(new Date(n.publishingDate));
|
|
2046
2048
|
}
|