• Sean Hammond's avatar
    Make returning replies separately optional · 0ea42019
    Sean Hammond authored
    Add a new, undocumented separate_replies=True option to the search API.
    
    If separate_replies=True option is _not_ given to the search API, then
    it reverts to its previous behaviour: _do_ include replies in the "rows"
    list returned. This is the same behaviour that the search API had befor:
    it returns both top-level annotations and replies in the one "rows"
    list, but without any guarantee that if some annotations/replies from a
    given thread are in the list then all annotations/replies from that
    thread will be in it.
    
    If separate_replies=True _is_ given then the API follows the new
    behaviour: "rows" contains top-level annotations only, and a separate
    "replies" list containing all replies to the annotations in rows is also
    inserted into the result.
    0ea42019
Name
Last commit
Last update
..
annotation-mapper-test.js Loading commit data...
annotation-sync-test.coffee Loading commit data...
annotation-ui-controller-test.coffee Loading commit data...
annotation-ui-sync-test.coffee Loading commit data...
annotation-ui-test.coffee Loading commit data...
annotation-viewer-controller-test.coffee Loading commit data...
app-controller-test.coffee Loading commit data...
auth-controller-test.coffee Loading commit data...
auth-test.js Loading commit data...
blocklist-test.js Loading commit data...
bootstrap.js Loading commit data...
bridge-test.coffee Loading commit data...
create-group-form-test.js Loading commit data...
cross-frame-test.coffee Loading commit data...
discovery-test.coffee Loading commit data...
drafts-test.js Loading commit data...
features-test.js Loading commit data...
form-respond-test.coffee Loading commit data...
groups-test.js Loading commit data...
host-test.coffee Loading commit data...
identity-test.coffee Loading commit data...
local-storage-test.coffee Loading commit data...
permissions-test.coffee Loading commit data...
search-filter-test.coffee Loading commit data...
session-test.js Loading commit data...
store-test.js Loading commit data...
stream-controller-test.coffee Loading commit data...
streamer-test.js Loading commit data...
tags-test.coffee Loading commit data...
threading-test.coffee Loading commit data...
time-test.coffee Loading commit data...
unicode-test.coffee Loading commit data...
view-filter-test.coffee Loading commit data...
websocket-test.js Loading commit data...
widget-controller-test.coffee Loading commit data...