Skip to content

Commit 4741e92

Browse files
committed
DBC22-6255: added missing wildcard in cql_filter
1 parent ada3b79 commit 4741e92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/Components/data/locations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export function getExtraLocations(addressInput) {
3838
typeName: "public:routable-locations",
3939
outputFormat: "application/json",
4040
maxFeatures: 5,
41-
cql_filter: `authority='DriveBC' and name ilike '${literal}%'`,
41+
cql_filter: `authority='DriveBC' and name ilike '%${literal}%'`,
4242
},
4343
{},
4444
false,

0 commit comments

Comments
 (0)