Closed
Description
I'm very confused by the prefiltering method and would appreciate your help and some improvements to the docs.
- The grammar is odd. What does it mean to make something prefiltering?
- The function is not valid js.
itemsjs.prefilter
is also not defined
It is making items prefiltering before search or aggregation, i.e.:
itemsjs.prefilter(items) {
return items.filter(item => {
return item.price > 100;
});
}
Metadata
Metadata
Assignees
Labels
No labels