Using the same parameters as the last successful query, fetch another batch of results, if available. Particularly useful for infinite scrolling, for example.
This method is not compatible with the Pager
controller.
Finds a folded result by its collection.
The folded collection whose collection name will be used to find a collection in the results.
The FoldedResult
associated with the collection's name.
Finds a folded result by its unique ID.
The folded collection whose ID will be used to find a collection in the results.
The FoldedResult
associated with the collection's ID.
Loads all the folded results for a given collection.
The collection for which to load more results.
Logs a custom event when a user shows less folded results.
Logs a click event when a user loads/shows more folded results.
The result to send analytics for.
Adds a callback that's invoked on state change.
A callback that's invoked on state change.
A function to remove the listener.
The
FoldedResultList
headless controller re-organizes results into hierarchical collections (a.k.a. threads).Example: folded-result-list.fn.tsx