You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto-complete search for "Name" - use api/v1/resources/all/names/
Auto-complete search for "Description" - No endpoint to match on Description (and NOT name)? Instead, I use api/v1/resources/all/names/&use_description=true and then client-side check if each result matches description.
Next phase of search functionality: workflows and API end-points. Ongoing at #20
Auto-complete:
Name (IDR number)
and value is set to the name. We need to search for submitquery/{"name": "Name (IDR number)", "operator": "equals", "resource": "project", "value": "idr0043-uhlen-humanproteinatlas/experimentA"}
Fails sometimes: Bug: submitquery/containers/ not finding projects ome/omero_search_engine#67 Also want to dropName (IDR number)
from the API: "Name (IDR number)" shouldn't be part of the search-engine API ome/omero_search_engine#55Description
and value is set to full description. But thesubmitquery
endpoint doesn't support searching by Description: submitquery search by "Description" ome/omero_search_engine#66.api/v1/resources/all/names/&use_description=true
and then client-side check if each result matches description.screen
andproject
hierarchy of Attribute chooser intostudy
and search for "container" - see Allow to search for "container" ome/omero_search_engine#65The text was updated successfully, but these errors were encountered: