IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 10, 2010, 2:59:44 PM (16 years ago)
Author:
bills
Message:

make search by data_group a like comparision

File:
1 edited

Legend:

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

    r27184 r27235  
    448448    PXOPT_COPY_STR(config->args, where, "-state", "distRun.state", "==");
    449449    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
    450     PXOPT_COPY_STR(config->args, where, "-data_group", "distRun.data_group", "==");
     450    PXOPT_COPY_STR(config->args, where, "-data_group", "distRun.data_group", "LIKE");
    451451    PXOPT_COPY_STR(config->args, where, "-dist_group", "distTarget.dist_group", "==");
    452452    PXOPT_COPY_STR(config->args, where, "-label", "label", "==");
Note: See TracChangeset for help on using the changeset viewer.