Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stuporglue/gedcom-search
- Owner: stuporglue
- License: mit
- Created: 2013-07-18T13:37:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-19T14:22:57.000Z (over 11 years ago)
- Last Synced: 2024-08-04T04:05:15.533Z (3 months ago)
- Language: PHP
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gedcom - gedcom-search - PHP search engine for searching GEDCOM files with customizable results weighting (Parsers / PHP)
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.