Query Extensions
Last updated
Was this helpful?
Was this helpful?
const query = wire.data.select().from("product").category("apples");wire.data.select = function () {
...
self.facet = function(field){
self.Custom = self.Custom || {};
self.Custom.facets = self.Custom.facets || [];
self.Custom.facets.push(field);
return this;
}
}