Capitalization of plate numbers in search
This commit is contained in:
parent
9f4ab0f1cd
commit
a3fc94e33f
@ -17,7 +17,7 @@ class Utils {
|
|||||||
scope
|
scope
|
||||||
} = queryParams;
|
} = queryParams;
|
||||||
|
|
||||||
let numberQuery = Utils.makeNumberQuery(scope, query, regions?.split(',') ?? []);
|
let numberQuery = Utils.makeNumberQuery(scope, query.toUpperCase(), regions?.split(',') ?? []);
|
||||||
let findQuery = {
|
let findQuery = {
|
||||||
'brand.name.normalized': brand,
|
'brand.name.normalized': brand,
|
||||||
'model.name.normalized': model,
|
'model.name.normalized': model,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user