Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Crenshinibon committed Sep 27, 2013
1 parent 477ad44 commit 2b1ccaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/spomet/shared.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Spomet.buildSearchQuery = (options) ->
selector = {phraseHash: phraseHash}

if options.excludes?
selector[base] = {$nin: options.excludes}
selector.base = {$nin: options.excludes}

unless options.sort?
options.sort = Spomet.options.sort
Expand Down

0 comments on commit 2b1ccaf

Please sign in to comment.