Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

mongoose query if field exists where filed exists

db.stackoverflow.find({
	howmuch: { $exists: true } 
})
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #mongoose #query #field #exists #filed #exists
ADD COMMENT
Topic
Name
4+6 =