Fix last commit
This commit is contained in:
parent
c1e791bad0
commit
2cebd79701
9 changed files with 24 additions and 19 deletions
|
@ -76,7 +76,7 @@ export {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
function searchTrigramNormalizeValue (value: string) {
|
||||
return Sequelize.fn('lower', Sequelize.fn('unaccent', value))
|
||||
return Sequelize.fn('lower', Sequelize.fn('immutable_unaccent', value))
|
||||
}
|
||||
|
||||
function searchTrigramNormalizeCol (col: string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue