Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-4227

Backoffice Search and multivalues

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.4.2, 3.5
    • None
    • None
    • None

      Search in backoffice for title 'toto' is converted to
      title like '%toto%'
      Search in backoffice for title 'toto,titi' is converted to
      title like '%toto%' or title like '%titi%'
      Search in backoffice for title 'toto,titi' and lastmodifier before 2/2/13 is converted to
      title like '%toto%' or title like '%titi%' and lastmodified < '2013-02-02'

      As you can see, there are missing parenthesis, should be
      (title like '%toto%' or title like '%titi%') and lastmodified < '2013-02-02'

            ngavalda Nicolas Gavalda (Inactive)
            raphael Raphaël Franchet
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: