Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to filter on Open Extensions?

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.

like image 897
Mikael Svenson Avatar asked Sep 05 '17 11:09

Mikael Svenson


1 Answers

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,

like image 97
Dan Kershaw - MSFT Avatar answered Oct 01 '22 15:10

Dan Kershaw - MSFT