问题描述
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.
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,
这篇关于是否可以在 Open Extensions 上进行过滤?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!