home / docs / sections_fts

Menu

sections_fts: 40

This data as json

rowid title content
40 await .actors_from_ids(actor_ids) actor_ids - list of strings or integers A list of actor IDs to look up. Returns a dictionary, where the keys are the IDs passed to it and the values are the corresponding actor dictionaries. This method is mainly designed to be used with plugins. See the actors_from_ids(datasette, actor_ids) documentation for details. If no plugins that implement that hook are installed, the default return value looks like this: { "1": {"id": "1"}, "2": {"id": "2"} }
Powered by Datasette · Queries took 6.746ms