If backtracking occurs through the call of recordz/3 the associated Value is not removed from the indexed database.
Success: [eclipse]: recordz(whiskey,jameson,Ref1), recordz(whiskey,bushmills,Ref2). Ref1 = 98518 Ref2 = 98538 yes. Error: recordz(Key, anything, Ref). (Error 4) recordz("key",anything, Ref). (Error 5) recordz(key,anything, 99). (Error 5)