Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stuporglue/gedcom-search

PHP search engine for searching GEDCOM files with customizable results weighting
https://github.com/stuporglue/gedcom-search

Last synced: about 11 hours ago
JSON representation

PHP search engine for searching GEDCOM files with customizable results weighting

Awesome Lists containing this project

README

        

GEDCOM-Search
=============

PHP search engine for searching GEDCOM files with customizable results weighting

Work in progress (July 18, 2013)
--------------------------------
This will be a class for searching a GEDCOM file. It will prioritize results so
that individuals are listed higher than families (for example).

The prioritization algorithm will be customizable.

It is using https://github.com/mrkrstphr/php-gedcom to parse the GEDCOM file.