backdrop-contrib / search_api

Provides a generic API for modules offering search capabilities
GNU General Public License v2.0
0 stars 5 forks source link

Search API Views: Entity Error #27

Closed djzwerg closed 2 years ago

djzwerg commented 2 years ago

I wanted to create a search view but can't chose the rendered entity formatter. The following error occured: Error: Class 'EntityFieldHandlerHelper' not found in SearchApiViewsQuery->get_result_wrappers() (line 587 of /mypath/modules/search_api/contrib/search_api_views/includes/query.inc).

earlyburg commented 2 years ago

This may be a result of recent changes to entity plus module. I will investigate further.

djzwerg commented 2 years ago

Thanks a lot @earlyburg

earlyburg commented 2 years ago

Please download the latest new release of this module https://github.com/backdrop-contrib/search_api/releases/tag/1.x-1.0.06 Let me know if it resolves this issue. Thanks for your patience with this.

djzwerg commented 2 years ago

Thanks! I can confirm that this issue has been solved.

djzwerg commented 2 years ago

Well I'm sorry. As I can see for now it is not possible to create a search (index) view of the rendered entity. Only fields are available: grafik

earlyburg commented 2 years ago

This is not an issue with Search API per se. Unless you have a php message this should be categorized as a feature request.

djzwerg commented 2 years ago

In Drupal 7 I can create an unformatted list of the rendered entity. I thought it was a bug, too. Sorry, my fault.