In the Javascript for opensocial.dataRequest, there is a Filter_Option
specified as taking a Map<String, Object>, but nothing else is said
about it anywhere. Presumably the map maps a filter key (some property
of a person) to the test value used for equality. Or maybe not.

Has anyone implemented this in their container? If so, what types of
filtering are you supporting?

Is this supposed to map to the filterOp, filterBy, and filterValue
trio in the restful spec?

Also, in general, are there any containers out there supporting
filtering in their restful or json rpc implementations? There are the
person filter_types :: {HAS_APP, TOP_FRIENDS, ...} too. How many
people are going to implement those?

Same for updatedSince, which is currently listed as a blocker for
Shindig's compliance with 0.8.1. Anyone actually implementing that in
their container?

Thanks,
Bob

Reply via email to