From 0edee82b0b92876ef336a04fa82eb48832302523 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Gregersen?= Date: Wed, 9 Aug 2023 19:24:41 +0200 Subject: [PATCH] Remove todo - that has been done --- src/Umbraco.Core/DeliveryApi/FilterOperation.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Core/DeliveryApi/FilterOperation.cs b/src/Umbraco.Core/DeliveryApi/FilterOperation.cs index 5bf6066e00..1e69f68c7f 100644 --- a/src/Umbraco.Core/DeliveryApi/FilterOperation.cs +++ b/src/Umbraco.Core/DeliveryApi/FilterOperation.cs @@ -4,7 +4,6 @@ public enum FilterOperation { Is, IsNot, - // TODO: how to handle these in Examine? Contains, DoesNotContain }