@earth-app/collegedb
    Preparing search index...

    Interface LookupOptions

    Options for the lookup helpers.

    interface LookupOptions {
        kv?: KVStorage;
        namespace?: string;
    }
    Index

    KV store override; defaults to the store passed to initialize

    namespace?: string

    Key namespace prefix (default: collegedb:lookup:)