From 99527453a7492f96feecc4c84683a94096a3a743 Mon Sep 17 00:00:00 2001 From: Robert McRackan Date: Wed, 25 May 2022 12:56:34 -0400 Subject: [PATCH] add TODO --- Source/LibationSearchEngine/SearchEngine.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Source/LibationSearchEngine/SearchEngine.cs b/Source/LibationSearchEngine/SearchEngine.cs index 5af93080..a3c86867 100644 --- a/Source/LibationSearchEngine/SearchEngine.cs +++ b/Source/LibationSearchEngine/SearchEngine.cs @@ -272,6 +272,10 @@ namespace LibationSearchEngine book.AudibleProductId, d => { + // + // TODO: better synonym handling. This is too easy to mess up + // + // fields are key value pairs. MULTIPLE FIELDS CAN POTENTIALLY HAVE THE SAME KEY. // ie: must remove old before adding new else will create unwanted duplicates. var v1 = isLiberated(book);