- Issue created by @anaconda777
I have a search api solr views list of users where I need to put a "follow user" flag link.
With only views (without solr) I can add "follow" flag -link.
But with search API I cant find a solution how to add / index a "user flag".
Is this even possible with users?
In the indes processor page there is :
Switching on will enable indexing flags on * content
So does it mean that only content flags can be indexed but no user flags?
Active
2.0
Code