From 0c619b184e26b72d6f623338fd4c8ca0eac2a27b Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 4 Feb 2020 12:39:03 +1100 Subject: [PATCH] remove comments --- src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs b/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs index 7b756f3dfc..cfa9de5fa6 100644 --- a/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs +++ b/src/Umbraco.Examine.Lucene/BackOfficeExamineSearcher.cs @@ -42,13 +42,6 @@ namespace Umbraco.Examine var indexName = Constants.UmbracoIndexes.InternalIndexName; var fields = _treeSearcherFields.GetBackOfficeFields().ToList(); - // TODO: WE should try to allow passing in a lucene raw query, however we will still need to do some manual string - // manipulation for things like start paths, member types, etc... - //if (Examine.ExamineExtensions.TryParseLuceneQuery(query)) - //{ - - //} - //special GUID check since if a user searches on one specifically we need to escape it if (Guid.TryParse(query, out var g)) {