Web based family history software

Question Two small suggestions...

  • ch2bel
  • Topic Author
  • Offline
  • New Member
  • New Member
More
4 years 2 months ago - 4 years 2 months ago #1 by ch2bel
Two small suggestions... was created by ch2bel
Hello !
Here are two suggestions that come to mind:
1) In future versions of webtrees, a DECEASED option in the list of options in the RELATIONSHIP field of associated persons; indeed, we may need to associate a deceased person for example, for a notarial act.
2) for the "advanced search", I think that the option "contains" for the fields first and last name is preferable, therefore, rather than modifying the option each time, I modified the code of the file webtrees\app\Controller\AdvancedSearchController.php as follows:

if (!$this->fields) {
$this->fields = array(
'NAME:GIVN:CONTAINS',
'NAME:SURN:CONTAINS',
.../...

instead of:

if (!$this->fields) {
$this->fields = array(
'NAME:GIVN:SDX',
'NAME:SURN:SDX',
.../...


Sorry for my poor English ;-)
webtrees 1.7.16
Last edit: 4 years 2 months ago by ch2bel.

Please Log in or Create an account to join the conversation.

More
3 years 11 months ago #2 by WGroleau
Replied by WGroleau on topic Two small suggestions...
Suggested change won't work for those of us that stubbornly refuse to use the redundant SURN/GIVN when NAME is already complete.

--
Wes Groleau
UniGen.us/

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum
}