html_url,issue_url,id,node_id,user,created_at,updated_at,author_association,body,reactions,performed_via_github_app,issue
https://github.com/pydata/xarray/issues/6554#issuecomment-1115255526,https://api.github.com/repos/pydata/xarray/issues/6554,1115255526,IC_kwDOAMm_X85CeXLm,4160723,2022-05-02T19:05:08Z,2022-05-02T19:05:08Z,MEMBER,"Thanks for the report @headtr1ck, I see that it is a regression bug introduced in #5692 when refactoring `_isel_fancy` (drop is ignored now, it shouldn't).","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1222103599
https://github.com/pydata/xarray/issues/6554#issuecomment-1114296545,https://api.github.com/repos/pydata/xarray/issues/6554,1114296545,IC_kwDOAMm_X85CatDh,43316012,2022-05-01T17:54:13Z,2022-05-01T17:54:13Z,COLLABORATOR,"It seems that this counts as ""fancy indexing"".
So either this intentional, or one could either add a check in `Dataset._isel_fancy`
```python
if drop and new_var.ndim == 0:
continue
```
or check if the indexer has `ndim==0` in `isel` directly and do not enter the ""fancy"" path.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",,1222103599