Tagged Questions
0
votes
2answers
57 views
querying user bookmarks from a large number of bookmarks
I am trying to access the bookmarks created by a single user. The key is stored in the links table, attribute link_owner.
However, get_bookmarks() seems to load the entire table and all I am left ...