Removing an incorrect/failing saved search (aka smart folder)?
Hi,
I managed to create a saved search that results in the main windows showing "Error loading items list". (I'm building it based on other saved searches and may have selected the wrong one, creating a "recursive" definition that obv won't work...)
However, this error also disables the possibility to interact with the saved search, i.e., I can no longer edit or remove it... (I can still click on & edit other smart lists)
Is there some javascript/other magic that can be used to delete the erroneous list?
(Zotero 6.04 on macos)
thanks,
Leon
I managed to create a saved search that results in the main windows showing "Error loading items list". (I'm building it based on other saved searches and may have selected the wrong one, creating a "recursive" definition that obv won't work...)
However, this error also disables the possibility to interact with the saved search, i.e., I can no longer edit or remove it... (I can still click on & edit other smart lists)
Is there some javascript/other magic that can be used to delete the erroneous list?
(Zotero 6.04 on macos)
thanks,
Leon
Sidenote: the "copy" feature of the error console does not seem to copy anything on a mac.
We'll fix the Copy issue - thanks.
if (ZoteroPane.getCollectionTreeRow().isSearch()) {
await ZoteroPane.collectionsView.deleteSelection();
}
Please get a Report ID first, though.
I have worked around the issue using tags to capture the results of the nested searches (i.e., instead of checking if something is or isn't in a collection created by an earlier search, I'll manually tag all results of that search and check for the tag in my new search).
I'll try to replicate the earlier search and make a report/post here if I succeed. Is there a way to make a complete copy of a shared group library with all saved searches etc? I'd rather not disturb my co-authors with those experiments. (We use Zotero storage if that helps.)
Observable behavior: main window shows "Error loading items list" and no context menu appears when right-clicking on the saved search.
When I use multiple Saved Searches, a second Saved Search named "Untitled" has no context menu shows when I right-click on it and the center pane shows "Error loading items list".