We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada3b79 commit 4741e92Copy full SHA for 4741e92
1 file changed
src/frontend/src/Components/data/locations.js
@@ -38,7 +38,7 @@ export function getExtraLocations(addressInput) {
38
typeName: "public:routable-locations",
39
outputFormat: "application/json",
40
maxFeatures: 5,
41
- cql_filter: `authority='DriveBC' and name ilike '${literal}%'`,
+ cql_filter: `authority='DriveBC' and name ilike '%${literal}%'`,
42
},
43
{},
44
false,
0 commit comments