srid / neuron

Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote)
https://neuron.zettel.page
GNU Affero General Public License v3.0
1.52k stars 150 forks source link

Searching for tags in impulse has opposite of expected effect #524

Closed yeldiRium closed 3 years ago

yeldiRium commented 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.

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.

srid commented 3 years ago

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.