Toggle navigation
Toggle navigation
This project
Loading...
Sign in
yoho-search
/
yoho-search-service
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hugufei
6 years ago
Commit
3406706314d187562328126ec97d6b577e2f72c5
1 parent
31f9aa58
去除无用代码
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
service/src/main/java/com/yoho/search/common/utils/SearchKeyWordUtils.java
service/src/main/java/com/yoho/search/common/utils/SearchKeyWordUtils.java
View file @
3406706
...
...
@@ -29,9 +29,6 @@ public class SearchKeyWordUtils {
logger
.
warn
(
e
.
getMessage
(),
e
);
}
}
if
(
keyword
.
equals
(
"耐克"
))
{
keyword
=
"nike"
;
}
keyword
=
keyword
.
toLowerCase
();
return
keyword
;
}
...
...
Please
register
or
login
to post a comment