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
The handling of search_term is confusing. If a user provides a search_term, we skip trying to match on dataset_name, dataset_title, owner_org, and dataset_description, which seems undesirable:
The handling of
search_termis confusing. If a user provides asearch_term, we skip trying to match ondataset_name,dataset_title,owner_org, anddataset_description, which seems undesirable:scidx-api/api/services/datasource_services/search_datasource.py
Line 39 in aeb10a3