Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-6441

Update query support of the IN operator in content view predicates

    XMLWordPrintable

    Details

      Description

      Searches on the IN operator are split as JackRabbit did not support that kind of query.

      WHERE dc:contributors IN ('bob', 'john')
      

      is then rewritten:

      WHERE (dc:contributors = 'bob' OR dc:contributors = 'john')
      

      which is useless.

        Attachments

          Activity

            People

            • Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved:

                Time Tracking

                Estimated:
                Original Estimate - 2 hours
                2h
                Remaining:
                Remaining Estimate - 2 hours
                2h
                Logged:
                Time Spent - Not Specified
                Not Specified