Switch to unified view

a/src/rcldb/rcldoc.h b/src/rcldb/rcldoc.h
...
...
244
    // code
244
    // code
245
    static const string keyurl; // url
245
    static const string keyurl; // url
246
    // childurl. This is set when working with the parent of the result, to hold
246
    // childurl. This is set when working with the parent of the result, to hold
247
    // the child of interest url, typically to highlight a directory entry
247
    // the child of interest url, typically to highlight a directory entry
248
    static const string keychildurl; 
248
    static const string keychildurl; 
249
    // file name. This is set for filesystem-level containers or
250
    // documents, and not inherited by subdocuments (which can get a
251
    // keyfn anyway from, e.g, an attachment filename value).  Subdocs
252
    // used to inherit the file name, but this was undesirable (you
253
    // usually don't want to see all subdocs when searching for the
254
    // file name). Instead the container file name is now set in the
255
    // document record but not indexed (see next entry).
249
    static const string keyfn;  // file name
256
    static const string keyfn;  
257
    // Container file name. This is set for all subdocuments of a
258
    // given top level container. It is not indexed by default but
259
    // stored in the document record keyfn field if this is still
260
    // empty when we create it, for display purposes.
261
    static const string keytcfn;
250
    static const string keyipt; // ipath
262
    static const string keyipt; // ipath
251
    static const string keytp;  // mime type
263
    static const string keytp;  // mime type
252
    static const string keyfmt; // file mtime
264
    static const string keyfmt; // file mtime
253
    static const string keydmt; // document mtime
265
    static const string keydmt; // document mtime
254
    static const string keymt;  // mtime dmtime if set else fmtime
266
    static const string keymt;  // mtime dmtime if set else fmtime