Quote:
Originally Posted by ownedbycats
gui.current_db.data.refresh() worked - made the sorting go weird, so instead of attaching it to the tab-switch chain itself I instead made a chain (bound to Ctrl+F5) that runs the module and then re-applies the view/sort.
|
There are methods to redo the sort and search. I am not at my computer to check but IIRC you call them with
gui.library_view.model().resort()
and
gui.library_view.model().research()