-
Notifications
You must be signed in to change notification settings - Fork 2
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 engine studies #20
Conversation
@will-moore code formatting check is red |
You can't search with key "Any". You need to pick one of the auto-complete options |
@will-moore could you review the formatting? It has been failing with the past few commits |
ce61b1f
to
52ed6ab
Compare
TODOs from today's meeting @francesw @jburel @khaledk2 @pwalczysko
|
|
@@ -743,7 +750,7 @@ class OmeroSearchForm { | |||
let thead = `<li class="studyRow resultsHeader"> | |||
<div class="studyColumns"> | |||
<div class="caret"></i></div> | |||
<div class="studyId">Study ID</div> | |||
<div title="Experiment or Screen ID" class="studyId">ID</div> |
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.
i thought we were going for just ID. Let see how it is displayed
Re-deployed those fixes to idr-testing.. |
The symbol |
This is my current auto-complete testing matrix: With "Any" key and "contains": All auto-complete items use "contains" and "> count". The object types should be correct: "experiments" or "screens" or "experiments/screens" or "images". With "Any" key and "equals": Choosing any of these items - the number in the auto-complete should match the search result With a chosen Key: (Study attribute or Image attribute) The operator makes no difference to auto-complete. First item returned should be "contains" the current value with correct sum: |
631d8ae
to
5c31a23
Compare
Those last 2 commits address 2 issues discussed this morning (not related to this PR but easier to fix here to avoid conflicts etc):
|
The behaviour is as expected for the two issues fixed in last commit. I have one more bug: Have on the search page selected |
As discussed, I will create a separate issue from #20 (comment) Ready to merge fmpov |
created issue #24 |
Looking to use omero_search_engine backend for searching for studies.
Currently, changes in this PR only affect the search page (not front page).
Auto-complete for "Any" includes Key-Value pairs for Projects and Screens: