This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env node | |
require('@babel/register'); | |
require('@babel/polyfill'); | |
const DB = require('../server/db').default; | |
const USER_REPO_PATH = './user_repositories/koliva'; | |
const Taxonomy = require('../src/data/taxonomy').default, | |
Attributes = require('../src/data/attributes').default, | |
Values = require('../src/data/values').default, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phplib/CategoryNav/V2/Order/CategoryOrderIndia.php b/phplib/CategoryNav/V2/Order/CategoryOrderIndia.php | |
index 8b2f576020d1..a6cc46daadfa 100644 | |
--- a/phplib/CategoryNav/V2/Order/CategoryOrderIndia.php | |
+++ b/phplib/CategoryNav/V2/Order/CategoryOrderIndia.php | |
@@ -62,18 +62,13 @@ class CategoryOrderIndia { | |
// J&A - Bags & Purses | |
const JA_HANDBAGS = 10867; | |
const LUGGAGE_AND_DUFFEL_BAGS = 10871; | |
- | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phplib/Recsys/ReactorRecs/Infra/Filterable.php b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
index e8c93a9fe60f..09ac54e678c1 100644 | |
--- a/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
+++ b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
@@ -12,33 +12,20 @@ trait Filterable { | |
*/ | |
abstract private static function filtersAndFormatters(): array; | |
- private RecsInput $filters_input; | |
+ private RecsInput $filters; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phplib/Recsys/ReactorRecs/Infra/Filterable.php b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
index 60e97272572d..c8f1cf0defa2 100644 | |
--- a/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
+++ b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
@@ -12,33 +12,6 @@ trait Filterable { | |
*/ | |
abstract private static function filtersAndFormatters(): array; | |
- protected RecsInput $filters_input; | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phplib/Recsys/ReactorRecs/Infra/Filterable.php b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
index 60e97272572d..c8f1cf0defa2 100644 | |
--- a/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
+++ b/phplib/Recsys/ReactorRecs/Infra/Filterable.php | |
@@ -12,33 +12,6 @@ trait Filterable { | |
*/ | |
abstract private static function filtersAndFormatters(): array; | |
- protected RecsInput $filters_input; | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phplib/Recsys/ReactorRecs/Infra/Provider/MMXv2/Dynamic/RecSetParams.php b/phplib/Recsys/ReactorRecs/Infra/Provider/MMXv2/Dynamic/RecSetParams.php | |
index 2487587c4b2a..0c4080f44d03 100644 | |
--- a/phplib/Recsys/ReactorRecs/Infra/Provider/MMXv2/Dynamic/RecSetParams.php | |
+++ b/phplib/Recsys/ReactorRecs/Infra/Provider/MMXv2/Dynamic/RecSetParams.php | |
@@ -21,4 +21,8 @@ public function build(): array { | |
} | |
return $result; | |
} | |
+ | |
+ public function getFeatureLoggingParams(): array { |
OlderNewer