• Tristan Cavelier's avatar
    JIO provides now a resarch method for jio storages. · 216870e0
    Tristan Cavelier authored
    If the storage does not search into document list by itself,
    JIO will limit it anyway.
    The storage should use the method researchDone() to tell to JIO that
    the document list is already limited (avoid double limiting).
    If the storage can not support limiting, it can also use
    searchDocumentArray() provided by JIO (and no need to use researchDone()).
    216870e0
jio.js 53.8 KB