The TinyDB forum has found a new home at GitHub discussions. The content here remains as a read-only archive.
is there a way of get documents where the doc_id is in a custom range??
Hey kikawet,
Right now the only real way would be to iterate all documents and filter all matching documents on your own.
Cheers!