Closed yeldiRium closed 3 years ago
When searching for a tag via impulse by inputting tag:tagname into the searchbox, it filters out all zettels that match the given tag. I.e. matching zettels are not shown.
tag:tagname
It should be exactly the opposite.
This line should contain a not.
not
Edit: I don't have my dev environment set up right now, otherwise I'd open a PR. Sorry for that.
I will fix this.
Note that for PRs like this, the bin/build-impulse.hs script must be run before committing, so as to update the generated JS file.
bin/build-impulse.hs
When searching for a tag via impulse by inputting
tag:tagname
into the searchbox, it filters out all zettels that match the given tag. I.e. matching zettels are not shown.It should be exactly the opposite.
This line should contain a
not
.Edit: I don't have my dev environment set up right now, otherwise I'd open a PR. Sorry for that.