- status: open --> closed-out-of-date
OS : Ubuntu
Luma version : 2.3
When using Search plugin and making a search with a filter like "(&(someattribute=value)(otherattribute=*))", I obtain this message
11:29:28 Received 39 item(s) from LDAP search operation. ====> which is the right number of entries I expected
11:29:28 An unhandled exception occured. This is most likely a bug
in the programming of Luma. In order to fix this, send an email with the
following text and a detailed description of what you were doing to
luma-users@lists.sourceforge.net.
File "/usr/lib/luma/base/utils/gui/SearchForm.py", line 158, in eventFilter ====> These two lines don't appear any time
self.startSearch() ====> These two lines don't appear any time
File "/usr/lib/luma/base/utils/gui/SearchForm.py", line 102, in startSearch
self.emit(PYSIGNAL("ldap_result"), (self.currentServer, resultList, criteriaList, ))
File "/usr/lib/luma/base/utils/gui/SearchResultView.py", line 131, in setResult
self.displayResults()
File "/usr/lib/luma/base/utils/gui/SearchResultView.py", line 177, in displayResults
listItem.setText(self.FILTER_COLUMN_POS[x], ",".join(valueList))
Reason: <type 'exceptions.TypeError'>
In the result window, only the first item is displayed
Thanks