Search by foreignSource or severityLabel doesn't work on Geo Maps
Description
I've tried searching by any of the following fields, and the map is being updated as expected;
nodeId
foreignId
nodeLabel
ipAddress
category
But, the map is empty if I try to search by any of the following fields:
foreignSource
severityLabel
I was able to verify the problem on demo.opennms.org
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Benjamin Reed March 20, 2015 at 3:37 PM
Turns out there was an issue in how case-insensitivity was handled in the search code. I reproduced it in unit tests (both with exact= and substring: matches) and have committed a fix to foundation and cherry-picked it to 15.0.2.
I've tried searching by any of the following fields, and the map is being updated as expected;
nodeId
foreignId
nodeLabel
ipAddress
category
But, the map is empty if I try to search by any of the following fields:
foreignSource
severityLabel
I was able to verify the problem on demo.opennms.org