Skip to content

Commit

Permalink
Step 17.4: Reflect type changes in the parties search
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 4f846ac commit a280dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/imports/publications/parties.ts
Expand Up @@ -60,7 +60,7 @@ function buildQuery(partyId?: string, location?: string): Object {

return {
$and: [{
location: searchRegEx
'location.name': searchRegEx
},
isAvailable
]
Expand Down

0 comments on commit a280dbd

Please sign in to comment.