Brief, non-merged elements only in location part (not in main part).
[pazpar2-moved-to-github.git] / src / logic.c
index 1824fe9..96a13ed 100644 (file)
@@ -1089,12 +1089,6 @@ struct record *ingest_record(struct client *cl, const char *rec,
 
             // and polulate with data:
             // assign cluster or record based on merge action
-            if (ser_md->merge == Metadata_merge_no)
-            {
-                while (*wheretoput)
-                    wheretoput = &(*wheretoput)->next;
-                *wheretoput = rec_md;
-            }
             if (ser_md->merge == Metadata_merge_unique)
             {
                 struct record_metadata *mnode;