Skip to content

Instantly share code, notes, and snippets.

@jhgaylor
Created August 11, 2014 07:10
Show Gist options
  • Save jhgaylor/0c21f757ea228026d39a to your computer and use it in GitHub Desktop.
Save jhgaylor/0c21f757ea228026d39a to your computer and use it in GitHub Desktop.
registerBuilder "usernames", (screen_names) ->
selector = {}
if screen_names.length
selector =
'author.screen_name':
$in: screen_names
selector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment