Uploaded image for project: '{RETIRED} XWiki Enterprise'
  1. {RETIRED} XWiki Enterprise
  2. XE-623

Live Table filtering does not work on fields with "Multiple Select" (but without Relational Storage)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.2.3, 2.3 M1
    • 2.0, 2.0.3
    • Navigation Application
    • None
    • XWiki 2.0, Linux RH Rel4
    • livetable, filter

    Description

      When trying to filter in a live table on a multi-select field, no entry is displayed, even is some should match. Have to select "none" in order to display all entries.

      • Encountered on 2.0 with class with only 2 fields (name, string; and "field", with options : "checkbox", "Multiple Select", sort:"Value", values "A|B|C|D|A1|A2|1|2"
      • Created some objects
      • live table added with following code :
        #set($collist = ["name", "field"])
        #set($colprops = {
                           "name" : { "type" : "text" , "size" : 30, "sortable":true, "filterable":true}, 
                           "field" : { "type" : "list", "sortable":false, "filterable":true}
                         }) 
        #set($options = { "className":"WikiDev.TestSortClass",
                          "tagCloud" : true,
                          "translationPrefix" : "",
                          "rowCount": 10 })
        #livetable("testsort" $collist $colprops $options) 
        

      Attachments

        Activity

          People

            sdumitriu Sergiu Dumitriu
            jbousque Jeremie BOUSQUET
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: