-
Notifications
You must be signed in to change notification settings - Fork 37
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
Plomino_Readers doesn't work when username different from userid #830
Comments
I remember @jean made some changes about that a long time ago, but we apparently missed that one. |
@ebrehault I'm just worried about backwards incompatibility. We could make it so it searches for either but its a gludge. |
Yeah, I agre it can break compatibility, but still it seems the best option. |
PR coming today |
@ebrehault its a bit unclear what should happen with the special 'Anonymous' since it has a userid of None. Maybe it should at least have a userid that can't be used elsewhere in the system but there was already code that checked for |
All the documentation seems to say that userid is what is to be stored in Plomino_Readers, but the code in both 1.x and 2.x searches based on username.
https://github.com/plomino/Plomino/blob/1.16.8/Products/CMFPlomino/index/PlominoIndex.py#L158
Is the fix search based on userid? @ebrehault
The text was updated successfully, but these errors were encountered: