Related column in Studio with custom IdentityPartsSeparator
#13379
Replies: 2 comments 4 replies
-
In the studio, we use the regex |
Beta Was this translation helpful? Give feedback.
-
I started working on an extension to do what you want, it is just a quick hack but i had no prior experience to doing chrome extensions I have a hard coded regex in there In the extension i do not have access to the JS of the webpage, so i decided to parse what is visible in the editor only; You can download/clone the code and load it as extension in chrome://extensions by enabling local extensions I put minimal effort into it; if you want to make it nicer feel free to improve it :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Studio doesn't show related documents. I do have
IdentityPartsSeparator
set to-
in my C# code and the Raven client configuration. The related documents do show up if I reference an id with/
(like,products/1-A
), but it doesn't work withproducts-1-A
.Any idea if this is a bug or am I doing something wrong? Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions