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

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

  • commentedInPortalBy()

  • commentsCount("", "")

  • internalCommentBy()

  • internalCommentsCount("", "")

  • publicCommentsCount("", "")

  • withAuthorsCommentedBy()

  • withAuthorsCommentsCount("", "")


image-20210429-120540.png



Portal Votes field

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

Available functions:

  • downVotes("", "")

  • totalVotes("", "")

  • upVotes("", "")

  • votedIdeasByUser()

image-20210429-120958.png


View Statistics field

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

Available functions:

  • thisWeek("", "")


  • No labels