I have an Alert DataSource i have a listview bound to.
Alerts many to many with Tags
I need a way to filter using the any operator. Is this supported in: DataSourceRequest?
how would i define the json if supported or is there a workaround?
{
"field": "Tags",
"operator": "eq",
"value": 'Marketing'
}
related:
http://stackoverflow.com/questions/9278044/wcf-data-services-many-to-many-with-filter
Alerts many to many with Tags
I need a way to filter using the any operator. Is this supported in: DataSourceRequest?
how would i define the json if supported or is there a workaround?
{
"field": "Tags",
"operator": "eq",
"value": 'Marketing'
}
related:
http://stackoverflow.com/questions/9278044/wcf-data-services-many-to-many-with-filter