IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19367


Ignore:
Timestamp:
Sep 4, 2008, 2:21:56 PM (18 years ago)
Author:
eugene
Message:

add search by chipRun.label

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/chiptool.c

    r19350 r19367  
    235235    pxchipGetSearchArgs (config, where); // rawExp, chipRun
    236236    PXOPT_COPY_S64(config->args,  where, "-chip_id", "chipRun.chip_id", "==");
     237    PXOPT_COPY_STR(config->args,  where, "-label", "chipRun.label", "==");
    237238
    238239    if (!psListLength(where->list)
  • trunk/ippTools/src/chiptoolConfig.c

    r19350 r19367  
    6363    psMetadata *updaterunArgs = psMetadataAlloc();
    6464    psMetadataAddS64(updaterunArgs, PS_LIST_TAIL, "-chip_id",              0,            "search by chip ID", 0);
     65    psMetadataAddStr(updaterunArgs, PS_LIST_TAIL, "-label",              0, "search by chipRun label (LIKE comparison)", NULL);
    6566    pxchipSetSearchArgs (updaterunArgs);
    6667
Note: See TracChangeset for help on using the changeset viewer.