...
|
...
|
@@ -390,7 +390,9 @@ public class SuggestServiceImpl implements ISuggestService, ApplicationEventPubl |
|
|
break;
|
|
|
}
|
|
|
|
|
|
newResultTerms.add(item);
|
|
|
if(!correnctSpellingKeyword.equalsIgnoreCase(item)){
|
|
|
newResultTerms.add(item);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
return newResultTerms;
|
...
|
...
|
|