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
Currently in the search and multi views, if no sources are provided as url query parameters then no data is loaded from any source, other than the query source in the case of the search view. This should be changed so that some source(s) are used by default when none are provided. Should this be the same as #155 where the first source in the list is used as default in the search or should all sources be used when none are provided?
The text was updated successfully, but these errors were encountered:
I think it's probably best to do it the way you had suggested (ie if no sources are selected, go ahead and search them all). One could imagine eventually making the query work the same way (ie if none specified, then ask them all), which might be appropriate and also use some of the same UI machinery needed if we decide to start allowing fuzzier querying ala #94.
Currently in the search and multi views, if no sources are provided as url query parameters then no data is loaded from any source, other than the query source in the case of the search view. This should be changed so that some source(s) are used by default when none are provided. Should this be the same as #155 where the first source in the list is used as default in the search or should all sources be used when none are provided?
The text was updated successfully, but these errors were encountered: