Skip to content

Instantly share code, notes, and snippets.

@0xgeert
Created August 7, 2013 10:59
Show Gist options
  • Save 0xgeert/6173100 to your computer and use it in GitHub Desktop.
Save 0xgeert/6173100 to your computer and use it in GitHub Desktop.
Docpad Queryengine collection
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