mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Rename ArtistAlternateSpellings to ArtistAlternateNames
This commit is contained in:
parent
f7ff76bf7d
commit
f0bdd5596f
5 changed files with 18 additions and 18 deletions
|
@ -822,7 +822,7 @@ class Artwork extends PropertiesBase{
|
|||
$searchString = $this->Name;
|
||||
|
||||
$searchString .= ' ' . $this->Artist->Name;
|
||||
$searchString .= ' ' . implode(' ', $this->Artist->AlternateSpellings);
|
||||
$searchString .= ' ' . implode(' ', $this->Artist->AlternateNames);
|
||||
|
||||
foreach($this->Tags as $tag){
|
||||
$searchString .= ' ' . $tag->Name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue