-
Notifications
You must be signed in to change notification settings - Fork 95
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
Issue617 search by notation #950
Conversation
Codecov Report
@@ Coverage Diff @@
## master #950 +/- ##
============================================
+ Coverage 57.68% 57.72% +0.04%
- Complexity 1489 1496 +7
============================================
Files 32 32
Lines 4178 4192 +14
============================================
+ Hits 2410 2420 +10
- Misses 1768 1772 +4 Continue to review full report at Codecov.
|
To test this feature, you need to add
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some outstanding issues that we just covered face to face:
- in the SPARQL query, the IF clauses for priorities are slightly off, the numbers are overlapping
- the
?blabel
variable is bound but never used, it could be dropped - last but not least, it's probably not a good idea to use an UNION of two kinds of jena-text queries; instead the language parameter should be passed another way
SonarCloud Quality Gate failed.
|
I made the changes and tested the result. However, there should be some further work with how search results are sorted, as I didn't really go through the situation of displaying notation matches before hidden labels matches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As long as performance of search operations doesn't regress badly, looks good to me!
Fixes #617