diff --git a/facet.js b/facet.js index 49949c1..3152b26 100644 --- a/facet.js +++ b/facet.js @@ -98,7 +98,7 @@ function FacetedStore(store, facetSchema){ return this.wrap(facetSchema.query(query, directives), this.transaction); }; - var allowedOperators = constructor.allowedOperators || store.allowedOperators + var allowedOperators = constructor.allowedOperators = store.allowedOperators || { select: true, limit: true, // required