We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SearchFreshnessBoost
1 parent f211dc8 commit e3b04afCopy full SHA for e3b04af
dictionaries.yaml
@@ -1,16 +1,22 @@
1
active_ab_tests:
2
Example: true
3
BankHolidaysTest: true
4
+ SearchFreshnessBoost: true
5
ab_test_expiries:
6
Example: 86400
7
BankHolidaysTest: 86400
8
+ SearchFreshnessBoost: 86400
9
# AB test percentages
10
example_percentages:
11
A: 50
12
B: 50
13
bankholidaystest_percentages:
14
A: 99
15
B: 1
16
+searchfreshnessboost_percentages:
17
+ A: 0
18
+ B: 0
19
+ Z: 100
20
# Dictionary for /bank-holidays.json rate limiter
21
bankholidaysjson_ratelimiter:
22
'/bank-holidays.json': 'Bank Holidays JSON'
www/ab_tests.yaml
@@ -7,3 +7,7 @@
- BankHolidaysTest:
- A
- B
+- SearchFreshnessBoost:
+ - A
+ - B
+ - Z
0 commit comments