Skip to content
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

Unified REST call to perform controlled term field auto-complete #36

Open
martinjoconnor opened this issue Feb 8, 2019 · 0 comments
Open

Comments

@martinjoconnor
Copy link
Member

Currently the front end must make a series of calls to the Terminology Server to assemble suggestions for controlled term fields.

Instead, develop a single REST call that simplified this lookup. Notionally, it will do the following:

[term1, term2, ...] <- f(<text typed by user>, field._valueConstraint)

Basically, when a user is populating a controlled term field in the Metadata Editor this call can be used to give auto-complete suggestions for the field based on the text typed by the user and the value constraint specification for the field.

Required by metadatacenter/cedar-metadata0-editor#963

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants