• Robert Knight's avatar
    Use "page" rather than "chunk" or "batch" in SearchClient · 0727d13b
    Robert Knight authored
    Consistently use the term "page" to refer to a subset of results fetched
    from the search API instead of "batch" or "chunk". This is more
    consistent within the rest of the client code and also consistent with
    the API documentation.
    
     - Rename `chunkSize` constructor argument to `pageSize`
     - Change internal references to "batch" or "chunk" in SearchClient to
       "page"
    0727d13b
search-client.js 5.78 KB