I don't see the ability to sort a view by content the current user has flagged. I have patched with: https://www.drupal.org/node/1362298

And can create a relationship for users that have flagged this content, but this does not provide a sort option.

Comments

nicxvan created an issue. See original summary.

drunken monkey’s picture

Category: Bug report » Support request
Status: Active » Fixed

This is conceptually impossible to do without additional, specialized code. For being able to sort on this, you'd have to provide one (boolean) field per user saying whether the user has flagged the content or not. That's nothing that's possible with the normal Search API. You'd need to create a dedicated integration module for that. (Possibly the Flag maintainers would be open to adding it to their module, though.)

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.