Querystring search : usage for multi word column name

Hi ,
I would like use column filter in querystring search , its working fine when column name is single word. however unable search when column name is multi word.
ex: type:project -->working
ex: my type:project --> not working ,here my type is my column.
Please help.
Regards,
Srikanth

May be use %20 instead of space?

But in the first place I'd not use spaces in field names.

Thanks , I will try that ..this columns coming from JSON dynamically, probably I will convert column names to use _ instead of space while pushing to ES.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.