Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions blog-service/2024-12-04-search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: compareCIDRPrefix and getCIDRPrefix Operators Behavior Change (Search)
image: https://help.sumologic.com/img/sumo-square.png
keywords:
- compareCIDRPrefix
- getCIDRPrefix
- search-operator
- log-search
hide_table_of_contents: true
---

import useBaseUrl from '@docusaurus/useBaseUrl';

<a href="https://help.sumologic.com/release-notes-service/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>

We are happy to announce the behavioural change for the `compareCIDRPrefix` and `getCIDRPrefix` operators. Previously, these operators would fail if there were trailing or leading spaces around the IP address. With this update, the `compareCIDRPrefix` and `getCIDRPrefix` operators have become more flexible and can do trimming, which means the operators will not fail even if there are trailing or leading spaces around the IP address.
Loading