Is it possible to filter on Open Extensions?

2019-07-15 08:51发布

问题:

I'm looking to decide on Open Extensions vs. Schema Extensions.

Schema Extensions I know I can filter on, but I end up with an ugly schema name since I don't have any valid tld registered. This is not a blocker, just a small irritation :)

I'm adding custom metadata to a Group, and want to limit a query to all Groups having a specific metadata value. Is this doable using Open Extensions?

All OData variations I have tried using /groups?$filter= seem to give errors.

回答1:

Open extensions do not support filtering. To filter on custom data, you will need to use schema extensions. Do you have any challenges registering a custom domain? Schema extensions now supports a few more TLDs (like .net and .org).

Hope this helps,