add TODO
This commit is contained in:
parent
3408b4637c
commit
99527453a7
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue