Closed (fixed)
Project:
Facet API
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2011 at 19:59 UTC
Updated:
29 Jul 2011 at 20:31 UTC
Jump to comment: Most recent file
As reported by drunken monkey at #1216928: Address possible regressions, Facet API does not support minumum facet counts.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | facetapi-1219150-2.patch | 4.1 KB | drunken monkey |
| #1 | facetapi-1219150-1.patch | 4.05 KB | cpliakas |
Comments
Comment #1
cpliakas commentedThe attached patch adds support for minumum facet counts. Marking as "needs work" because validation needs to happen of the mincount value passed by the user.
Comment #2
drunken monkeyUltra-lazy version.
If someone wants to set a negative min count, I guess it really doesn't do any harm. *shrug*
Comment #3
cpliakas commentedCommitted fix at 756973c. Need some tests, but not critical by any means.