Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 1b8174d

Browse files
committed
Fixes u-bahn-app #295: unescaping URI encoded querystring and no longer filters out non-alphanumeric text from search keyword
1 parent 4776f80 commit 1b8174d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/es-helper.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1263,7 +1263,6 @@ async function searchAttributeValues ({ attributeId, attributeValue }) {
12631263
logger.debug(`ES query for searching attribute values: ${JSON.stringify(esQuery, null, 2)}`)
12641264

12651265
const esResult = await esClient.search(esQuery)
1266-
logger.debug(`ES Result: ${JSON.stringify(esResult, null, 2)}`)
12671266
const result = []
12681267
const attributes = esResult.aggregations.attributes.ids.buckets
12691268

0 commit comments

Comments
 (0)