Can I search for Starred notes?

Things I have tried

is:starred
has:star

What I’m trying to do

Is it possible to search for starred notes? I know I can have a list in the sidebar but I was thinking about adding a list of them to my daily notes with an embedded search. Something like:

### Starred Notes
```query
has:star
```

I know they don’t sync so this wouldn’t be ideal now, but I believe the stars will eventually be a part of sync (my assumption).

I do this with my #active files and notes from previous years (same day) files, and it works great.

### On This Day
```query
file:{{date:MM.DD}} -{{date:YYYY}}
```
----

### Active Files
```query
tag:active
```

I suppose I could use a tag #star but that feels wrong (duplicating a feature, that is).

No, this is not currently possible. Feel free to open a #feature-requests using the template.

@dddave after you post the FR please let us know so we can +1 it

Here you go: Make starred notes searchable

1 Like