-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove "$targetWorkspaceName" from indexer -- as that's a very crude hack #45
Comments
@bwaidelich Is this issue always a problem ? And if it's the case, can push a PR to solve it ? |
@dfeyer wrong (se)bastian ;) |
@skurfuerst Ping, is this issue fixed now or did we need to tackle it ? |
@skurfuerst Ping again, this is quiet old issue, but not sure if it affect the current implementation ? |
Hey Dominique, this is still relevant I think: Line 144 in a092e41
All the best, |
Also the current version that string manipulation is still done:
And in three more places:
These should (re-)use
|
@kdambekalns Code duplication is remove here 2e04e1f |
... Instead of manipulating context node path using string replace, we should instead do the following:
if NodeInUserWorkspace is published + should be indexed, create an new context (with same dimension values and DIFFERENT workspace). Then, using this new context, we fetch the published node by node path. Then, we use that one for indexing.
... Discovered together with Christopher at T3CON.
The text was updated successfully, but these errors were encountered: