It is possible to search for Ideas by Idea Commentsor , Idea Votes and View Statistics fields.
To search through Idea Comments field use '=' operator and following functions:
...
downVotes("", "")
totalVotes("", "")
upVotes("", "")
votedIdeasByUser()
...
View Statistics field
Valid operators: >, >=, =, !=, <=, <, is, is not.
Available functions:
thisWeek("", "")
...