|
@@ -455,6 +455,11 @@ export default {
|
|
|
return b.ranking - a.ranking
|
|
|
}
|
|
|
}
|
|
|
+ } else if (
|
|
|
+ this.$route.query.feature &&
|
|
|
+ Number(this.$route.query.feature) === 282) {
|
|
|
+ keyword = 'Carbon Footprint'
|
|
|
+ config.restrictSearchableAttributes = 'filter'
|
|
|
} else {
|
|
|
config.restrictSearchableAttributes = 'cat_name'
|
|
|
}
|