Home
last modified time | relevance | path

Searched refs:wherePhonetic (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Services/
H A DSearchService.php676 … $this->wherePhonetic($query, 'individual_name.n_soundex_givn_std', $sdx);
686 … $this->wherePhonetic($query, 'individual_name.n_soundex_givn_dm', $sdx);
721 … $this->wherePhonetic($query, 'individual_name.n_soundex_surn_std', $sdx);
735 … $this->wherePhonetic($query, 'individual_name.n_soundex_surn_dm', $sdx);
799 … $this->wherePhonetic($query, $table . '.n_soundex_givn_std', $sdx);
809 … $this->wherePhonetic($query, $table . '.n_soundex_givn_dm', $sdx);
831 … $this->wherePhonetic($query, $table . '.n_soundex_surn_std', $sdx);
841 … $this->wherePhonetic($query, $table . '.n_soundex_surn_dm', $sdx);
1001 $this->wherePhonetic($query, $plac_field, $plac_sdx);
1011 $this->wherePhonetic($query, $givn_field, $givn_sdx);
[all …]