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
If the user goes for "path 1" we should call read_hats again (on behalf of the user), to apply the search filter as in "path 2". We should do this on Catalog.search and only if the catalog is UNALTERED. We cannot forget to pass the remaining args and kwargs used on the user's initial read_hats call.
The text was updated successfully, but these errors were encountered:
We currently set the total_rows of a catalog to zero on the _create_updated_dataset method. Checking if the total rows is greater than zero could be enough to check if the catalog is unaltered.
Users often perform spatial filters after a
read_hats
call where thesearch_filter
was not specified.E.g. this:
instead of:
If the user goes for "path 1" we should call
read_hats
again (on behalf of the user), to apply the search filter as in "path 2". We should do this onCatalog.search
and only if the catalog is UNALTERED. We cannot forget to pass the remaining args and kwargs used on the user's initialread_hats
call.The text was updated successfully, but these errors were encountered: