{ secondary index(es) } There can be multiple of these. https://rethinkdb.com/docs/secondary-indexes/python/
compound indexes r.table ("patients").index_create ( "full_name", [ r.row ["last_name"], r.row ["first_name"] ] ).run (conn) r.table ("patients").index_wait ("full_name").run(conn) r.table ("patients").get_all ( [ "Saviery", "Riuxe" ], index = "full_name" ).run (conn) multi indexes { "unsigned": { "from": "", "to": "" }, "signed": "", "voters": [