It is possible to search for Ideas by Idea Comments, Idea Votes and View Statistics fields.

To search through Idea Comments field use '=' operator and following functions:

  • commentedInPortalBy()

  • commentsCount("", "")

  • internalCommentBy()

  • internalCommentsCount("", "")

  • publicCommentsCount("", "")

  • withAuthorsCommentedBy()

  • withAuthorsCommentsCount("", "")

Idea Votes field

Valid operators: >, >=, =, !=, <=, <, is, is not.

Available functions:

  • downVotes("", "")

  • totalVotes("", "")

  • upVotes("", "")

  • votedIdeasByUser()

View Statistics field

Valid operators: >, >=, =, !=, <=, <, is, is not.

Available functions:

  • thisWeek("", "")

  • No labels