(field, total = false)
| 228 | } |
| 229 | |
| 230 | defaultFacet(field, total = false) { |
| 231 | if (!this.hasFacet(field)) { |
| 232 | return this.addFacet(getGroupField(field)); |
| 233 | } |
| 234 | return this; |
| 235 | } |
| 236 | |
| 237 | clearFacets() { |
| 238 | return this.set('facet', []); |
no test coverage detected