iname=request.POST.get('name') #any keyword
result=apiconnect.get_resource('ppp/secret')
listdata=result.get(name=iname) # i want to any keyword
"iname this argument with any keyword"
how to query filter for name like iname not operation "="
please, thanks