Created
August 7, 2013 10:59
-
-
Save 0xgeert/6173100 to your computer and use it in GitHub Desktop.
Docpad Queryengine collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
collections: | |
pagesInMainMenu: (database) -> | |
database.findAllLive({pageOrder: {$exists: true}, includenInNavs: {$has: 'main'}}, [pageOrder:1,title:1]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment