mirror of
https://github.com/vale981/Vulcan
synced 2025-03-11 13:06:41 -04:00
8 lines
No EOL
158 B
JavaScript
8 lines
No EOL
158 B
JavaScript
SmartQuery.addRule(Posts, {
|
|
filter: function (document) {
|
|
return true;
|
|
}
|
|
// fields: function () {
|
|
// return ["_id", "title", "body"];
|
|
// }
|
|
}); |