https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14322
--- Comment #50 from Brendan Lawlor <[email protected]> --- (In reply to Jonathan Druart from comment #49) > This is so much changes to impact only one table. Additionally we cannot > filter after you have got the result and have the URL updated. > > We should absolutely promote a global solution like what bug 27467 is > suggesting, that will impact ALL tables in Koha. Thanks for the feedback. This is a valid point that it would be best to have a global solution to link to all tables in Koha. I am interested in learning about possible solutions to acheive this Most of the changes in this patch are to the template, in order to fill the form inputs from the url. I think those changes would still be necessary for the 'Edit search' button to work. It's similar to how the 'edit this search' link works from the advanced search results. It sends url parameters to search.pl and the form is populated. In Item search it's a little different because it's all one page, and the 'Edit search' button just shows the form that the user previously filled with javascript. With the datatables deep link solution #2 in bug 27467, I think we could add filtering and sort parameters to the shareable url that should be able to work for all datatables. Pedro shared this article about deeplinking earlier: https://datatables.net/blog/2017/deep-linking?order=[[3,%22asc%22]] -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
