Showing
1 changed file
with
2 additions
and
0 deletions
@@ -390,8 +390,10 @@ public class SuggestServiceImpl implements ISuggestService, ApplicationEventPubl | @@ -390,8 +390,10 @@ public class SuggestServiceImpl implements ISuggestService, ApplicationEventPubl | ||
390 | break; | 390 | break; |
391 | } | 391 | } |
392 | 392 | ||
393 | + if(!correnctSpellingKeyword.equalsIgnoreCase(item)){ | ||
393 | newResultTerms.add(item); | 394 | newResultTerms.add(item); |
394 | } | 395 | } |
396 | + } | ||
395 | 397 | ||
396 | return newResultTerms; | 398 | return newResultTerms; |
397 | } | 399 | } |
-
Please register or login to post a comment