-
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
LHS search by substring match to shortcode, compound ID and/or alias #1563
Comments
@matej-vavrek's work in #1540 will not affect this ticket as all aliases should be substring matched and not just the preferred |
@boriskovar-m2ms will need to wait on @matej-vavrek's #1540 to be finished to start on this (latest backend needs to be supported) @matej-vavrek please ping @boriskovar-m2ms when he can start working on it Test data is |
Search implemented and deployed to tibor's stack. When you click on the magnifier icon in the search field it will open the search settings window which has three checkboxes which are interpreted as an OR filter. |
Thanks @boriskovar-m2ms. The compound alias substring searching works well, but nothing happens when I click the magnifier icon. |
this might explain why the deploy to tibor's stack was so fast. Second deploy also deployed something completely different i.e. not the image I built few moments ago. |
Oh I see. All my variables from the template are gone.... :/. Now there is a default template and I need to reconfigure it to use images. Not sure I remember all the changes I did to this stack before so if I knew this would happen I would archive/stash my settings somewhere... |
@mwinokan now my image is now deployed (previously it would just deploy latest image from staging) |
Thanks @boriskovar-m2ms. The search settings UI looks good, but please could you change the text to clarify:
Otherwise it's ready for staging |
OK. Will push it to staging together with fix for Jasmin's issue (will finish it soon) reported last Friday. |
commit 2fd529e Author: Boris Kovar <[email protected]> Date: Mon Dec 16 10:44:15 2024 +0100 - changes labels in searchSettingsDialog commit 12499a9 Author: Boris Kovar <[email protected]> Date: Mon Dec 16 09:47:05 2024 +0100 -small fix commit cbf95f1 Merge: 5bd7756 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:34:14 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 5bd7756 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit 3e7540f Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 6631373 Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit a72f427 Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 4b7d699 Merge: 4579a9d 32c837d Author: Boris Kovar <[email protected]> Date: Tue Dec 10 10:26:34 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 4579a9d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 32c837d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done
@mwinokan to check with Daren and any other users (Ed? Jenke? Nate?) |
Thanks @boriskovar-m2ms. The behaviour works well in staging. Could you please change the default search settings to all be on? |
@boriskovar-m2ms will address the defaults in a PR today |
* removed SGC column from target list * #1540 added preferred alias functionality * #1540 added edit column to target list and use target settings modal * #1540 updated "Open" label and read only version of display name * Squashed commit of the following: commit c5bba58 Author: Boris Kovar <[email protected]> Date: Tue Dec 10 08:13:00 2024 +0100 #1603 - fixes * Squashed commit of the following: commit 9d9bf8c Author: Boris Kovar <[email protected]> Date: Wed Dec 11 15:20:54 2024 +0100 fixed frontend part of the ticket. Now properly resolves target based on the target name and target access string * - fixed issue when the template protein is missing * Squashed commit of the following: commit 2fd529e Author: Boris Kovar <[email protected]> Date: Mon Dec 16 10:44:15 2024 +0100 - changes labels in searchSettingsDialog commit 12499a9 Author: Boris Kovar <[email protected]> Date: Mon Dec 16 09:47:05 2024 +0100 -small fix commit cbf95f1 Merge: 5bd7756 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:34:14 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 5bd7756 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit 3e7540f Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 6631373 Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit a72f427 Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 4b7d699 Merge: 4579a9d 32c837d Author: Boris Kovar <[email protected]> Date: Tue Dec 10 10:26:34 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 4579a9d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 32c837d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done --------- Co-authored-by: matej <[email protected]>
* removed SGC column from target list * #1540 added preferred alias functionality * #1540 added edit column to target list and use target settings modal * #1540 updated "Open" label and read only version of display name * Squashed commit of the following: commit c5bba58 Author: Boris Kovar <[email protected]> Date: Tue Dec 10 08:13:00 2024 +0100 #1603 - fixes * Squashed commit of the following: commit 9d9bf8c Author: Boris Kovar <[email protected]> Date: Wed Dec 11 15:20:54 2024 +0100 fixed frontend part of the ticket. Now properly resolves target based on the target name and target access string * - fixed issue when the template protein is missing * Squashed commit of the following: commit 2fd529e Author: Boris Kovar <[email protected]> Date: Mon Dec 16 10:44:15 2024 +0100 - changes labels in searchSettingsDialog commit 12499a9 Author: Boris Kovar <[email protected]> Date: Mon Dec 16 09:47:05 2024 +0100 -small fix commit cbf95f1 Merge: 5bd7756 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:34:14 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 5bd7756 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit 3e7540f Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 6631373 Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 900d851 Author: Boris Kovar <[email protected]> Date: Thu Dec 12 13:30:00 2024 +0100 - search aliases commit a72f427 Author: Boris Kovar <[email protected]> Date: Tue Dec 10 12:12:03 2024 +0100 - checkpoint commit 4b7d699 Merge: 4579a9d 32c837d Author: Boris Kovar <[email protected]> Date: Tue Dec 10 10:26:34 2024 +0100 Merge branch '#1563-LHS-search' of https://github.com/m2ms/fragalysis-frontend into #1563-LHS-search commit 4579a9d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done commit 32c837d Author: Boris Kovar <[email protected]> Date: Fri Dec 6 10:05:51 2024 +0100 - #1563 - all the UI and infrastructure and search by shortcode and compound id is done * - fixes #1622 and changes defaults for search settings * Squashed commit of the following: commit 021d6f2 Merge: a5fb901 182a10a Author: boriskovar-m2ms <[email protected]> Date: Thu Dec 19 13:49:43 2024 +0100 Merge branch '#1533-direct-links' of https://github.com/m2ms/fragalysis-frontend into #1533-direct-links commit a5fb901 Author: Boris Kovar <[email protected]> Date: Tue Dec 17 16:56:49 2024 +0100 - implements #1533 commit 182a10a Author: Boris Kovar <[email protected]> Date: Tue Dec 17 16:56:49 2024 +0100 - implements #1533 --------- Co-authored-by: matej <[email protected]>
Spin out from #1371
Daren and Jenke have requested to be able to filter LHS observations by (sub)string match to:
@boriskovar-m2ms what's the minimal path to achieving this? More ambitious search functions will still be covered in #1371
The text was updated successfully, but these errors were encountered: