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
Filterable Attributes goes directly in search indexes
Actual Behaviour:
You need to define a new indexer and add the filterable fields in the array returned by getFilterableFields in the Indexer
Steps To Reproduce:
Just create a product add an attributes with Filterable toogeled on.
We need to add the same logic for searchable attributes to the filterable attributes means adding a function that will retrive all the filterable attributes and return them in the getFilterableFields function this function needs to be added to the attribute manifest like AttributeManifest::getSearchableAttributes we need to have the AttributeManifest::getFilterableAttributes
The text was updated successfully, but these errors were encountered:
omar-bfe
changed the title
Filterable Attributes do not get updated in Search Index - Manula definition is required
Filterable Attributes do not get updated in Search Index - Manual definition is required
Jan 23, 2024
omar-bfe
changed the title
Filterable Attributes do not get updated in Search Index - Manual definition is required
Filterable Attributes do not get updated automatically in Search Index - Manual definition is required
Jan 23, 2024
Expected Behaviour:
Filterable Attributes goes directly in search indexes
Actual Behaviour:
You need to define a new indexer and add the filterable fields in the array returned by
getFilterableFields
in the IndexerSteps To Reproduce:
Just create a product add an attributes with Filterable toogeled on.
We need to add the same logic for searchable attributes to the filterable attributes means adding a function that will retrive all the filterable attributes and return them in the
getFilterableFields
function this function needs to be added to the attribute manifest likeAttributeManifest::getSearchableAttributes
we need to have theAttributeManifest::getFilterableAttributes
The text was updated successfully, but these errors were encountered: