-
Notifications
You must be signed in to change notification settings - Fork 14
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
Replicator integration with corto_select #418
Comments
For each scope that is traversed by
The request method returns an iterator, which must at least contain The parent argument contains the query path relative to the point where the replicator registered itself with the store. The expr argument contains a filter expression that follows The The replicator is expected to return elements of the type This approach assumes that objects can be mounted on different mount points across different stores, but types (or rather: packages) always need to be in consistent locations. The |
If the parent argument in the |
To truly enable a seamless browsing experience, the shell cannot rely on objects being in the store or not. Therefore it should not rely on actual object references and functions like corto_resolve for browsing.
A select now can return the value of an object, in serialized form. An application can specify the format using the corto_selectContentType function.
Fixed issue with loading xml component.
This issue is meant to capture commits and comments about integration between replicators and the
corto_select
call, so to not pollute issue #416.The text was updated successfully, but these errors were encountered: