https://www.w3.org/Bugs/Public/show_bug.cgi?id=18328
Eliot Graff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #1 from Eliot Graff <[email protected]> --- Commit #376 Section 3.1.6 now reads: The records in an index are always sorted according to the record's key. However unlike object stores, a given index can contain multiple records with the same key. Such records are additionally sorted according to the index's record's value (meaning the key of the record in the referenced object store). and Section 5.7 now contains the following note: records is always sorted in ascending key order. In the case of source being an index, records is secondarily sorted in ascending value order (where the value in an index is the key of the record in the referenced object store). Thanks, Eliot -- You are receiving this mail because: You are on the CC list for the bug.
