I have a question concerning: UNIQUE
Records:
natural order
------------------------------
101 DELETED
101
102
103
104
SET delete on
index on field->test TAG TEMPADR UNIQUE
then 101 is missing in the index file.
If the natural order is like this:
------------------------------
101
101 DELETED
102
103
104
101 is in the index scope.
Is this behavior correct?
Thanks in advance
Otto