Fix bugs and add direction of translation
This commit is contained in:
@@ -47,7 +47,7 @@ class TermServiceImpl : TermService {
|
||||
if (type == SearchType.EXACT)
|
||||
TermDao.find { Terms.string2 eq s }.map { it.toFullModel() }
|
||||
else
|
||||
TermDao.find { Terms.string1 like s }.map { it.toFullModel() }
|
||||
TermDao.find { Terms.string2 like s }.map { it.toFullModel() }
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user