filter: behavior of the AND operator with a single subquery

Bug #698041 reported by Sébastien Heymann
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Gephi
Confirmed
Low
Unassigned

Bug Description

Hi,

I'm using the filters with the toolkit, and I have a weird behavior with the AND operator:

IntersectionOperator intersectionOperator = new IntersectionOperator();
Query andQuery = filterController.createQuery(intersectionOperator);
filterController.setSubQuery(andQuery, aQuery);
GraphView view = filterController.filter(andQuery);

The returned view is not filtered. In this case, the AND operator should be transparent so that the only subquery would be applied anyway.

Tags: filter toolkit
Changed in gephi:
status: New → Confirmed
importance: Undecided → Low
milestone: none → 0.7beta
tags: added: filter toolkit
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.