Skip to content
Discussion options

You must be logged in to vote

There's currently no way to do it from the app itself (and I agree that it makes sense to add it to the search qualifiers). If you want the db query, that's how it would look like:

select id from bookmarks where exists (select * from assets where assets.bookmarkId = bookmarks.id and assetType='linkFullPageArchive');

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nitobuendia
Comment options

Answer selected by nitobuendia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants