Changes

Jump to: navigation, search

Addon:MongoDB

276 bytes added, 19:47, 22 March 2018
Some query examples
Now you should see some data.
 
== Some query examples ==
 
> db.person.find({"gramps_id": "I0044"})
 
> db.person.find({"primary_name.surname_list.surname": "Garner"}).count()
 
> db.person.find({"primary_name.surname_list.surname": "Garner", "gender": 0}).count()
 
> db.event.find({"type.string": "Birth"})
 
<!-- Please leave at bottom of page-->
[[Category:Plugins]]
[[Category:Developers/General]]

Navigation menu