Bug #1921
closedSearch return element that don't match criteria video/description/isDefined
Description
When we search for a physical element (video, controllers, etc) for criteria "description > isDefined", if there is at least one node with a machine with no such element, that node is returned by the search.
For example, node accepted from http://www.rudder-project.org/redmine/projects/ldap-inventory/repository/revisions/master/changes/inventory-fusion/src/test/resources/fusion-report/sles-10-64-sp3-2011-08-23-16-06-17.ocs will yield such behaviour.
Updated by François ARMAND about 13 years ago
The problem is that their is no check on the object-type !
Execute sub-search: LDAPObjectType(ou=Machines,ou=Accepted Inventories,ou=Inventories,cn=rudder-configuration,Sub,(&(description=*)),ParentDNJoin,Set())
Where is the (objectClass=controllerPhysicalElement) in (&(description=*)) ?
Updated by François ARMAND about 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 6e9308d9d75120f8de2402a1aada8a795c52f58f.
Updated by Jonathan CLARKE about 13 years ago
- Status changed from Pending technical review to Released