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

Autosuggest Tags not suggesting #119

Open
NLW-paulm opened this issue Sep 12, 2019 · 5 comments
Open

Autosuggest Tags not suggesting #119

NLW-paulm opened this issue Sep 12, 2019 · 5 comments
Assignees
Labels
bug Something isn't working nlw Issues concerning requirements for the next generation crowd sourcing platform for wales

Comments

@NLW-paulm
Copy link
Contributor

Gle - Tags
When you type something, no auto-suggestions show.
The box expects you to select something, therefore anything you type does not count as input or a selection, so the 'next' button doesnt become active to move onto the next stage.

TAGS: NLW, BUG

@stephenwf stephenwf added bug Something isn't working nlw Issues concerning requirements for the next generation crowd sourcing platform for wales labels Sep 12, 2019
@stephenwf
Copy link
Member

Hi @NLW-paulm Do you have a link to one of the example sites highlighting this issue?

@NLW-paulm
Copy link
Contributor Author

@stephenwf
Copy link
Member

Ah, thanks @NLW-paulm

The problem is with the format that the Annotation studio is expecting, and likely a bug in the import (and really the annotation studio!).

Current output:

"crowds:uiInputOptions": "https://crowd.library.wales/api/complete?class=FAST\u0026q=%s",

Expected:

"crowds:uiInputOptions": {
    "@id": "https://crowd.library.wales/api/complete?class=FAST\u0026q=%s",
    "o:label": "autocomplete"
},

@stephenwf
Copy link
Member

You can manually update the capture model to use an ID/label pair to fix the issue @NLW-paulm instead of a plain text.

@NLW-paulm
Copy link
Contributor Author

OK no problem, leave this open as a reminder to me to fix it when we do the next import too, if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working nlw Issues concerning requirements for the next generation crowd sourcing platform for wales
Projects
None yet
Development

No branches or pull requests

3 participants