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

jukka792 created an issue. See original summary.

jukka792’s picture

Issue summary: View changes
heykarthikwithu’s picture

Status: Active » Closed (works as designed)

@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.