You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Field value still appears in search index, even if excluded from search keywords.
In my current project, this happens within a User field within a Matrix field, but after testing on another project this also happens with a simple Plain Text field.
Search keywords are still there on update Entry / new Entry, and also after updating the search indexes.
Steps to reproduce
Create a Matrix field, and uncheck Use this field’s values as search keywords?
Update the search indexes
Check craft_searchindex table > filter by fieldId > look for field value in the keywords column
Alternatively on front end, start a new search using field value
Additional info
Craft version: Craft Pro 3.1.9.1
PHP version: 7.1.8
Database driver & version: PostgreSQL 9.6.9
The text was updated successfully, but these errors were encountered:
Description
Field value still appears in search index, even if excluded from search keywords.
In my current project, this happens within a User field within a Matrix field, but after testing on another project this also happens with a simple Plain Text field.
Search keywords are still there on update Entry / new Entry, and also after updating the search indexes.
Steps to reproduce
Use this field’s values as search keywords?
craft_searchindex
table > filter byfieldId
> look for field value in thekeywords
columnAdditional info
The text was updated successfully, but these errors were encountered: