I can't seem to get the aut0complete to work and recieve the filter. This may be because a) I don't understand OData, and b) I'm not sure I know what I'm doing with the autocomplete plugin.
I just want to send a filter term to my mvc 3 controller. That's it. I don't need a "starts with" or anything like that. I can't get the mvc parameter binding to pick up on the filter term for some reason.
If I set it to odata, it's looking for $filter. If I remove the odata specification, it looks like its the 2 dimensional array filter[0]['value']
Is there a way to set the data type to be just a normal query string?
Sorry if I've missed something obvious here.
I just want to send a filter term to my mvc 3 controller. That's it. I don't need a "starts with" or anything like that. I can't get the mvc parameter binding to pick up on the filter term for some reason.
If I set it to odata, it's looking for $filter. If I remove the odata specification, it looks like its the 2 dimensional array filter[0]['value']
Is there a way to set the data type to be just a normal query string?
Sorry if I've missed something obvious here.