Forum Discussion
How many refinable managed properties do we get in Sharepoint Online?
you have to live with what they provide.
- Aug 07, 2017Dean is correct, you can use the refinable properties that are present on every SPO tenant and it's not possible to add new ones
- S_S_RamanaAug 08, 2017Bronze Contributor
I did read in a blog post (didn’t save the link to the blog unfortunately) that MSFT will increase the number of Refinable managed properties as and when we start consuming them. What we do notice on our “test” tenant is that while we had 100 Refinable string before (RefinableString00 to Refinablestring99), we now have this extended upto Refinablestring139.
So we wanted to confirm if this is indeed increased based on consumption or not.
- Mikael SvensonAug 08, 2017Iron Contributor
I believe RefinableString goes up to 199. But, if you have 200 unique global string refiners you are doing something wrong :)
If your data is not overlapping, you can use the same mp for two sets of data, and give it two aliases for example.
You can also map on sitecol level if data is sc scoped. So...the reusable ones which are there should suffice for most scenarios. I'd be interested in your scenario, and let me know if you didn't get idea of what I propose.