Uploaded image for project: 'Domain Models'
  1. Domain Models
  2. DMOD-143

CQL queries should match words, not substrings

    XMLWordPrintable

Details

    Description

      At present, when given a CQL query like

      username=riv

      mod-users matches any username that contains the sequence "riv". I guess under the hood it's doing something like USERNAME LIKE '*riv*'.

      But that's not right. CQL is word-oriented. username=riv should match only the username riv; username=riv* should match all usernames beginning with riv; and of course username=*riv* should match all usernames with an riv anywhere in them.

      TestRail: Results

        Attachments

          Issue Links

            Activity

              People

                julianladisch Julian Ladisch
                mike Mike Taylor
                Cate Boerema, Jakub Skoczen, Julian Ladisch, Kurt Nordstrom, Mike Taylor, shale99
                Votes:
                0 Vote for this issue
                Watchers:
                6 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  TestRail: Runs

                    TestRail: Cases