Export to GitHub

bobo-browse - issue #14

FacetHandler.buildRandomAccessOrFilter creates incorrect OR filter


Posted on Jun 19, 2009 by Happy Monkey

FacetHandler.buildRandomAccessOrFilter breaks out the loop when buildRandomAccessFilter inside the loop returns null filter. This creates incorrect OR filter since it misses the rest of the values. It should simply skip that value and continue. No need to add EmptyFilter either.

Comment #1

Posted on Jun 19, 2009 by Happy Monkey

The fix is in trunk. It also includes a small optimization of AND filter construction.

Status: Fixed

Labels:
Type-Defect Priority-Medium