Hi,
I have used "mark" module. It works fine for marks to be applied on views page and on node body section. There also field appear regarding "mark" in views "Add Field" section,

but the problem is , I can't filter "marked" contents, strangely there is no field in views "Filter" OR "Argument" section regarding "mark" , but there is field (as mentioned above) in views "Add Field" section.

Please post solution or recommendations here. I am using views3 module.
Thanks

Comments

droplet’s picture

dig into code and only see views_handler_field.

jmiccolis’s picture

Category: bug » support
Priority: Critical » Normal

Mark is simply a different UI for the "Voting API". The Views module integration for filtering and sorting is provided via the fields & relationships that the "Voting API" provides. Depending on what you need to do, you'll probably want to add a relationship to the "Votes" table and filter on that.