Closed agrigorjevs closed 3 years ago
Your report is appreciated. Please star this repository to motivate its developers! :star:
@agrigorjevs unfortunately I couldn't reproduce it in the latest homer-app. Whats version do you use ?
@adubovikov just did a little bit of testing, so the issue is the following:
Tested with latest version of homer-app and heplify-server.
@agrigorjevs I understood. Can you show your mapping for this field ?
also, please upgrade homer-app to 1.4.18
{ "id": "protocol_header.captureId", "name": "Capture ID", "type": "integer", "index": "none", "form_type": "input", "position": 17, "skip": false, "hide": true }
Changed type to string in mapping and it fixed the issue :) Thanks!
you are welcome!
Hello,
When trying to search in WEB messages by Capture ID - it never return any results.
Doesn't matter if the Capture ID is int or string (we are using hep node names instead of numeric ID's on heplify agents).
At the same time if just searching without filter and filtering capture ID on the search result itself (frontend filter) - it works.