[GH-ISSUE #206] How to remove tag #203

Closed
opened 2026-02-27 15:55:37 +03:00 by kerem · 2 comments
Owner

Originally created by @s1rk1t on GitHub (Dec 19, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/206

So I discovered a setting in the SideMenu.js file (line 75) that toggles whether to show a 'remove icon' on the tags, but after setting it to true, when I click on it, nothing happens.

What do I need to do in order to remove a tag?

Originally created by @s1rk1t on GitHub (Dec 19, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/206 So I discovered a setting in the SideMenu.js file (line 75) that toggles whether to show a 'remove icon' on the tags, but after setting it to true, when I click on it, nothing happens. What do I need to do in order to remove a tag?
kerem closed this issue 2026-02-27 15:55:37 +03:00
Author
Owner

@isido993 commented on GitHub (Dec 20, 2018):

Do you mean removing a tag from the side panel directly?
If so - you can't do that, this would mean removing it from all files tagged with it, and there's no such method in the api. You can add this method yourself (you'll have to call delete by query in the ES).

<!-- gh-comment-id:448917629 --> @isido993 commented on GitHub (Dec 20, 2018): Do you mean removing a tag from the side panel directly? If so - you can't do that, this would mean removing it from all files tagged with it, and there's no such method in the api. You can add this method yourself (you'll have to call delete by query in the ES).
Author
Owner

@s1rk1t commented on GitHub (Dec 20, 2018):

Thanks for the response.

I found a workaround which entailed me changing the location of the data being crawled and (not sure this next step was necessary) clearing the images and then redownloading them all before spinning up another instance of AMBAR.

That got me back to the original state where no tags had yet to be applied, which will suit my purposes for now.

<!-- gh-comment-id:449042176 --> @s1rk1t commented on GitHub (Dec 20, 2018): Thanks for the response. I found a workaround which entailed me changing the location of the data being crawled and (not sure this next step was necessary) clearing the images and then redownloading them all before spinning up another instance of AMBAR. That got me back to the original state where no tags had yet to be applied, which will suit my purposes for now.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#203
No description provided.