-
Notifications
You must be signed in to change notification settings - Fork 683
[5.9.15]: Search index not updated when related entry title changes #18541
Copy link
Copy link
Open
Labels
Description
What happened?
Description
When changing the title of an entry referenced in an entries field, the search index for the entry containing that field is not updated.
Steps to reproduce
- Have 2 entries, with titles
Entry AandEntry Brespectively. - Setup an entries field and enable the
Use this field’s values as search keywords. - Add this field to the field layout of
Entry A. - Go to
Entry Aand in the field we just created addEntry B. - In the entries index, when you search for
Entry B, bothEntry AandEntry Bshow up. - Update the title of
Entry BtoEntry C. - Now, in the entries index, when you search for
Entry C, onlyEntry Cshows up.
Expected behavior
Search indexes should pickup changes to related entries' titles and update accordingly.
Actual behavior
The changed title of the related entry does not get picked up.
Craft CMS version
5.9.15
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
Reactions are currently unavailable