Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,8 +8,8 @@ public enum KeywordType { | @@ -8,8 +8,8 @@ public enum KeywordType { | ||
8 | BrandName(1, 8, SuggestionConstants.BRANDNAME_ENABLED_KEY), | 8 | BrandName(1, 8, SuggestionConstants.BRANDNAME_ENABLED_KEY), |
9 | ShopName(7, 8, SuggestionConstants.SHOPNAME_ENABLED_KEY), | 9 | ShopName(7, 8, SuggestionConstants.SHOPNAME_ENABLED_KEY), |
10 | SortName(2, 8, SuggestionConstants.SORTNAME_ENABLED_KEY), | 10 | SortName(2, 8, SuggestionConstants.SORTNAME_ENABLED_KEY), |
11 | - BrandWithSortName(11, 8, SuggestionConstants.BRANDWITHSORTNAME_ENABLED_KEY), | ||
12 | - | 11 | + |
12 | + BrandWithSortName(11, 7, SuggestionConstants.BRANDWITHSORTNAME_ENABLED_KEY), | ||
13 | TblBrandName(9, 7, SuggestionConstants.BRANDNAME_ENABLED_KEY), | 13 | TblBrandName(9, 7, SuggestionConstants.BRANDNAME_ENABLED_KEY), |
14 | TblSortName(10, 7, SuggestionConstants.SORTNAME_ENABLED_KEY), | 14 | TblSortName(10, 7, SuggestionConstants.SORTNAME_ENABLED_KEY), |
15 | 15 |
-
Please register or login to post a comment