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
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The Smart Search results for articles do not contain the corresponding tags and custom fields and these cannot be accessed.
It would be desirable if this information were also available in the results
Additional context
The text was updated successfully, but these errors were encountered:
@fgsw That is an entry of type "tag" in the Smart Search index, but not the tags and custom fields belonging to an article as in your screenshot in the first result. This feature request is a valid request, even though I'm not sure if we should add this.
I've been thinking about this and while I could live with adding tags to the taxonomies, we can't add tags and customfields to the result object. Besides the size argument for adding yet more data to the serialized object, my main objection is the problem of keeping the data in sync. If you need access to tags and custom fields, you can retrieve that data in a template override via the API.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
The Smart Search results for articles do not contain the corresponding tags and custom fields and these cannot be accessed.
It would be desirable if this information were also available in the results
Additional context
The text was updated successfully, but these errors were encountered: