-
Notifications
You must be signed in to change notification settings - Fork 93
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
Search by notation code #456
Comments
I think we could use exact literal matching without a text index in the SPARQL query to implement this. This means that notation code lookups will be case sensitive. |
Doesn't work, searching for =18 in UDCS gives no result |
Also the unit test has a redundant line, there is no method getRawSearchTerm |
UDC Summary uses data types in the notations e.g. skos:notation "=..."^^udcs:UDCnotation ; which makes this hard to do efficiently since you'd need a filter for that. Leaving this for a later date. |
Simple case (no datatype) has been implemented, so I'm closing this and opening another issue for the notation with datatype case. |
Entering a notation code in the search box should give the concept with that notation.
E.g. in UDCS summary entering "=18" in the search box should find Albania.
The text was updated successfully, but these errors were encountered: