Skip to Content
0
Former Member
Nov 24, 2017 at 05:10 AM

Flexible Serch with add.quert parameter of type integer

71 Views

Hi Team,

While writing flexible query, query.addQueryParameter("key", value); In this line do we always need to specify value is of type String. In my case i just take it as integer value,so in ee it shows an error "The expression of type int is boxed into Integer". Please help me to solve this.