Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combination with custom and other publish() packages? #10

Open
testbird opened this issue Jan 26, 2014 · 0 comments
Open

Combination with custom and other publish() packages? #10

testbird opened this issue Jan 26, 2014 · 0 comments

Comments

@testbird
Copy link

For example, an important meteor pattern is to "publish with relations", as there are no table joins. A package for this is https://github.com/erundook/meteor-publish-with-relations (see its publish API)

But publications may publish data from arbritrary sources (e.g. HTTP requests and others), not just collections.

It would be great these could be combined. For example, if filter-collections' sort, filter and pagination features could be added to custom publish functions, or, custom or publish-with-relations functions could be added to an (explicit) filter-collections publication definition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant