linXiv frontend (TS/JS)
    Preparing search index...

    Variable READING_STATUS_QUERY_KEYConst

    READING_STATUS_QUERY_KEY: string[] = ...

    Query key for the global source_id → status map. Backend rows are keyed per (reading list, paper); PUT fans one write out to every list the paper is on and GET aggregates back to one status per paper — see crates/core/src/service/reading_list.rs for the keying contract.