Hello,
I'm trying to filter events based on the "descr" field and am curious if there's a way to get it done without having to worry about case sensitivity.
Testing in Object Store (Visore) and searching for No Operational Members for example:
https://{{IP_address}/visore.html#/&class=eventRecord&propFilter=query-target-filter=and(wcard(eventRecord.descr,%22noOperMembers%22))
returns mutliple objects, however when I don't follow the case sensitivity:
https://{{IP_address}/visore.html#/&class=eventRecord&propFilter=query-target-filter=and(wcard(eventRecord.descr,%22noopermembers%22))
I get 0 results. Is there any way to disable match sensitivity?
Thank you