Replies: 1 comment
-
|
So, I think this will end up being more of a feature request than anything. There's sort of a hacky way to do this, but the downside is that it literally only works if that tag is the only tag used on the archive. You can use something like Something like this StackOverflow Answer may work but I'm not super familiar with Django and already spent like 5 hours reading through Django docs and the source code for archivebox (so... maybe one day I can contribute a fix ;) ) Unless there's some unknown support for it with Sonic, I'm guessing it won't work with that back end. Oh well, I can always just use the Sqlite3 DB - was trying to avoid that since I didn't want to copy and paste IDs. Hopefully I didn't miss anything super obvious. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm currently using the Sonic backend. I tried to find documentation but didn't have any luck. Is there anyway to do an exclude/NOT operation in search (specifically on tags).
Let's say I want to manually go through snapshots. I could tag them with 'checked' to indicate I have gone through them. So I'd expect to be able to do a search or generate a list of snapshots that do not contain that tag. It doesn't have to be done via search since honestly, I'm going about it in a basic way (search would be nice so you can combine tags, but not really necessary). I know I could probably use the db directly - but I'd like a way to do it within the WebUI so I could click through.
If it isn't a supported feature, no worries. Just want to make sure I'm not missing anything obvious.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions