Problem/Motivation
Hi,
I am using D9.3 with Search API SOLR.
I am not able to index content "likes and dislikes" from this module.
Should the dislike -field appear in the Drupal 9 search api module indexable fields?
EDIT: okey, halfly fixed, was just not indexing the "vote" datasource at all.
Now I can get the amount of likes and dislikes from search api datasource to views, but not the like/dislike widget.
I guess to get the the like/dislike widget from search api datasource to views field, it
needs a separate module?
For example flag widgets are possible to get from index, with flag_search_api module
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
Comments
Comment #2
jukka792 commentedComment #3
heykarthikwithu@jukka792 It is powered by Drupal field concept, Indexing upon solr core will happen like any other field of drupal.
Moving this to Works as designed, feel free to open in case specific further discussion.